diff options
author | ubq323 <ubq323> | 2021-06-25 23:44:06 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-25 23:44:06 +0000 |
commit | 3b31c84972d566bc6de569e1df9e96cf7e239f23 (patch) | |
tree | 18c490f9af16e79929f388c7e6e07561e9d0e6ca /apioforum/templates | |
parent | fb3c1f07d6488cfe91f3a5232224ff82e53ec339 (diff) |
i will have this here too
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/view_thread.html | 2 |
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 %} |