aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-25 23:44:06 +0000
committerubq323 <ubq323>2021-06-25 23:44:06 +0000
commit3b31c84972d566bc6de569e1df9e96cf7e239f23 (patch)
tree18c490f9af16e79929f388c7e6e07561e9d0e6ca /apioforum/templates
parentfb3c1f07d6488cfe91f3a5232224ff82e53ec339 (diff)
i will have this here too
Diffstat (limited to 'apioforum/templates')
-rw-r--r--apioforum/templates/view_thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html
index 855f792..d45b36b 100644
--- a/apioforum/templates/view_thread.html
+++ b/apioforum/templates/view_thread.html
@@ -45,7 +45,7 @@
{% for opt in poll.options %}
<br>
<input type="radio" id="option_{{opt.option_idx}}" name="poll" value="{{opt.option_idx}}">
- <label for="option_{{opt.option_idx}}">#{{opt.option_idx}} - {{opt.text}}</label>
+ <label for="option_{{opt.option_idx}}">submit a vote for #{{opt.option_idx}} - {{opt.text}}</label>
{% endfor %}
</fieldset>
{% endif %}