Volunteers can add organizers
This commit is contained in:
parent
d9fbd5564e
commit
adb64dec51
|
@ -3,7 +3,7 @@
|
|||
{% load django_tables2 i18n %}
|
||||
|
||||
{% block content %}
|
||||
{% if user.registration.is_admin %}
|
||||
{% if user.registration.is_volunteer %}
|
||||
<a href="{% url "registration:add_organizer" %}" class="btn btn-block btn-secondary">
|
||||
<i class="fas fa-user-plus"></i> {% trans "Add organizer" %}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue