diff --git a/templates/tu/show.html b/templates/tu/show.html index ff2d4bb6..c36a3e8f 100644 --- a/templates/tu/show.html +++ b/templates/tu/show.html @@ -5,7 +5,7 @@ {% include "partials/tu/proposal/details.html" %} - {% if voters %} + {% if utcnow >= voteinfo.End %}
{% include "partials/tu/proposal/voters.html" %}
@@ -18,5 +18,4 @@ {% include "partials/tu/proposal/form.html" %} {% endif %} - {% endblock %}