#186: Fixed published polls/ballot column on projector template.
This commit is contained in:
parent
2dc156ef74
commit
07c587a025
@ -47,8 +47,7 @@
|
|||||||
<p><br></p>
|
<p><br></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% with polls|first as firstpoll %}
|
{% if polls.count > 0 %}
|
||||||
{% if polls.count > 0 and firstpoll.published %}
|
|
||||||
<h3>{% trans "Election results" %}</h3>
|
<h3>{% trans "Election results" %}</h3>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -106,7 +105,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user