1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 18:07:10 +00:00
plateforme-tfjm2/templates/member/profile_list.html
2020-05-15 02:44:59 +02:00

12 lines
330 B
HTML

{% extends "base.html" %}
{% load django_tables2 %}
{% block content %}
{% render_table table %}
{% if 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 %}