remotes/1693045480750635534/spooky-22
Aevann1 2021-10-07 06:16:58 +02:00
parent 2c1c63a513
commit de875f303b
1 changed files with 1 additions and 3 deletions

View File

@ -264,9 +264,7 @@
<div id="comment-text-{{c.id}}" class="comment-text mb-0">
{{c.realbody(v) | safe}}
options: {{c.options}}
{% for c2 in c.options %}
dsffdsdssd
{% for c in c.options %}
<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>