diff options
author | ubq323 <ubq323> | 2021-07-18 14:38:07 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-07-18 14:38:07 +0000 |
commit | 153ac274490c08375d58fa83042406c6ec52f968 (patch) | |
tree | 26e878a1c7df08b1a68c7ab02bd2c85550c8a3b4 /apioforum/templates/view_thread.html | |
parent | 8d2e7d0f6562f42730b8bc62576f10e7d06e5117 (diff) |
vote meter on view thread page
Diffstat (limited to 'apioforum/templates/view_thread.html')
-rw-r--r-- | apioforum/templates/view_thread.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html index 7bf253d..aec9103 100644 --- a/apioforum/templates/view_thread.html +++ b/apioforum/templates/view_thread.html @@ -1,4 +1,4 @@ -{% from 'common.html' import disp_post,tag %} +{% from 'common.html' import disp_post,tag,vote_meter %} {% extends 'base.html' %} {% block header %} <h1>{%block title %}{{thread.title}}{% endblock %}</h1> @@ -12,6 +12,7 @@ <li>#{{opt.option_idx}} - {{opt.text}} - {{opt.num or 0}}</li> {%endfor%} </ul> +{{ vote_meter(poll) }} {% endif %} <div class="thread-top-bar"> <span class="thread-top-bar-a"> |