remotes/1693045480750635534/spooky-22
Aevann1 2021-10-07 06:12:14 +02:00
parent f3852485fa
commit 3bb424f7ec
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@
{{c.realbody(v) | safe}}
{% for c in c.options %}
dsffdsdssd
<div class="custom-control">
<input type="checkbox" class="custom-control-input" id="{{c.id}}" name="option" {% if c.poll_voted(v) %}checked{% endif %} onchange="poll_vote('{{c.id}}')">
<label class="custom-control-label" for="{{c.id}}">{{c.body}} - <a href="/votes?link=t3_{{c.id}}"><span id="poll-{{c.id}}">{{c.upvotes}}</span> votes</a></label>