mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-30 11:51:10 +02:00
Move some buttons, my account form is now working
This commit is contained in:
@ -4,4 +4,8 @@
|
||||
|
||||
{% 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 %}
|
||||
|
Reference in New Issue
Block a user