#188: Fixed projector template style error.
This commit is contained in:
parent
298cefcb45
commit
92562aef28
@ -26,11 +26,11 @@
|
|||||||
|
|
||||||
{% with application.polls as polls %}
|
{% with application.polls as polls %}
|
||||||
{% if polls.exists and polls.0.has_votes %}
|
{% if polls.exists and polls.0.has_votes %}
|
||||||
<p><b>{% trans "Poll result" %}:</b><br>
|
<p><b>{% trans "Poll result" %}:</b>
|
||||||
{% for poll in polls %}
|
{% for poll in polls %}
|
||||||
{% if poll.has_votes %}
|
{% if poll.has_votes %}
|
||||||
{% if polls|length > 1 %}
|
{% if polls|length > 1 %}
|
||||||
{{forloop.counter}}. {% trans "Vote" %}:
|
<p>{{forloop.counter}}. {% trans "Vote" %}:</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% with poll.get_options.0 as option %}
|
{% with poll.get_options.0 as option %}
|
||||||
<div class="results">
|
<div class="results">
|
||||||
|
Loading…
Reference in New Issue
Block a user