link for creating an application agenda item in the sidebare

This commit is contained in:
Oskar Hahn 2012-06-24 22:21:46 +02:00
parent 3c04f6af82
commit 48c53d3cd0
2 changed files with 6 additions and 4 deletions

View File

@ -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>
{% endfor %}
{% 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>
{% endif %}
{% endblock %}

View File

@ -185,10 +185,6 @@
{% endif %}
{% endif %}
<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>
<h4>{%trans "For Administration only:" %}</h4>
<a href='{% url application_reset application.id %}'>