link for creating an application agenda item in the sidebare
This commit is contained in:
parent
3c04f6af82
commit
48c53d3cd0
@ -53,6 +53,12 @@
|
|||||||
<li class="{% if request.path == url_applicationpollview %}selected{% endif %}"><a href="{% url application_poll_view poll.id %}"><img src="{% static 'images/icons/edit.png' %}"> {{ forloop.counter }}. {% trans "Vote" %}</a></li>
|
<li class="{% if request.path == url_applicationpollview %}selected{% endif %}"><a href="{% url application_poll_view poll.id %}"><img src="{% static 'images/icons/edit.png' %}"> {{ forloop.counter }}. {% trans "Vote" %}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{# Agenda Item #}
|
||||||
|
{% if perms.agenda.can_manage_agenda %}
|
||||||
|
<li>
|
||||||
|
<a href="{% url application_create_agenda application.id %}">{%trans 'New agenda item' %}</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -185,10 +185,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p></p>
|
<p></p>
|
||||||
{% if perms.agenda.can_manage_agenda %}
|
|
||||||
<a href="{% url application_create_agenda application.id %}"><span class="button">{%trans 'New agenda item' %}</span></a>
|
|
||||||
{% endif %}
|
|
||||||
<p></p>
|
|
||||||
<hr>
|
<hr>
|
||||||
<h4>{%trans "For Administration only:" %}</h4>
|
<h4>{%trans "For Administration only:" %}</h4>
|
||||||
<a href='{% url application_reset application.id %}'>
|
<a href='{% url application_reset application.id %}'>
|
||||||
|
Loading…
Reference in New Issue
Block a user