Minor template fix..

This commit is contained in:
René Köcher 2012-04-14 22:45:33 +02:00
parent aef2a08666
commit e9ad4de11f

View File

@ -138,7 +138,7 @@
</a> </a>
{% if poll.published %} {% if poll.published %}
<a href={% url assignment_poll_notpublish poll.id %}><img <a href={% url assignment_poll_notpublish poll.id %}><img
src="%{ static 'images/icons/user-online.png' %}" src="{% static 'images/icons/user-online.png' %}"
title="{% trans 'Unpublish results' %}"></a> title="{% trans 'Unpublish results' %}"></a>
{% else %} {% else %}
<a href={% url assignment_poll_publish poll.id %}><img <a href={% url assignment_poll_publish poll.id %}><img