UI for settings propagation

This commit is contained in:
Raphael Michel
2017-10-06 14:20:37 +02:00
parent bbd112280a
commit 411c537438
6 changed files with 128 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
<a href="{% url 'control:event.index' organizer=request.event.organizer.slug event=request.event.slug %}"
{% if url_name == "event.index" %}class="active"{% endif %}>
<i class="fa fa-dashboard fa-fw"></i>
{% trans "Dashboard" %}
{% trans "Event dashboard" %}
</a>
</li>
{% if 'can_change_event_settings' in request.eventpermset %}