Basic creating, editing and updating of organizers

This commit is contained in:
Raphael Michel
2015-05-24 13:58:30 +02:00
parent 1ed82a2c0e
commit 14d1a12a91
11 changed files with 255 additions and 18 deletions

View File

@@ -76,6 +76,12 @@
{% trans "Events" %}
</a>
</li>
<li>
<a href="{% url 'control:organizers' %}" {% if "organizer" in url_name %}class="active"{% endif %}>
<i class="fa fa-users fa-fw"></i>
{% trans "Organizers" %}
</a>
</li>
{% endblock %}
</ul>
</div>