1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 09:27:09 +00:00
plateforme-tfjm2/templates/member/profile_list.html
2020-05-18 23:37:02 +02:00

12 lines
360 B
HTML

{% extends "base.html" %}
{% load django_tables2 i18n %}
{% block content %}
{% render_table table %}
{% if type == "organizers" and user.admin %}
<hr>
<a class="btn btn-block btn-secondary" href="{% url "tournament:add_organizer" %}"><i class="fas fa-user-plus"></i> {% trans "Add an organizer" %}</a>
{% endif %}
{% endblock %}