mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-26 05:42:22 +00:00
Volunteers can add organizers
This commit is contained in:
parent
d9fbd5564e
commit
adb64dec51
@ -3,7 +3,7 @@
|
|||||||
{% load django_tables2 i18n %}
|
{% load django_tables2 i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if user.registration.is_admin %}
|
{% if user.registration.is_volunteer %}
|
||||||
<a href="{% url "registration:add_organizer" %}" class="btn btn-block btn-secondary">
|
<a href="{% url "registration:add_organizer" %}" class="btn btn-block btn-secondary">
|
||||||
<i class="fas fa-user-plus"></i> {% trans "Add organizer" %}
|
<i class="fas fa-user-plus"></i> {% trans "Add organizer" %}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user