master
kek7198 2021-12-21 23:19:43 -06:00
parent 08bb1fc315
commit 62fb10d373
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<input type="checkbox" id="{{c.id}}" name="option" {% if c.poll_voted(v) %}checked{% endif %} onchange="{% if v %}poll_vote('{{c.id}}'){% else %}poll_vote_no_v(){% endif %}">
<label class="inline-block pl-2" for="{{c.id}}">{{c.body_html | safe}}
<span class="presult {% if not p.total_poll_voted(v) %}hidden{% endif %}"> -
<a href="/votes?link=t3_{{c.id}}" class="font-medium text-sm text-gray-500 hover:text-primary">
<a href="/votes?link=t3_{{c.id}}" class="font-medium text-gray-500 hover:text-primary">
<span id="poll-{{c.id}}">{{c.upvotes}}</span> votes
</a>
</span>