Minor template fix..
This commit is contained in:
parent
aef2a08666
commit
e9ad4de11f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user