Volunteers can add organizers

This commit is contained in:
ynerant 2021-02-06 19:34:17 +01:00
parent d9fbd5564e
commit adb64dec51
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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>