mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-14 13:08:13 +00:00
Add new club view
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
{%- endmacro %}
|
||||
|
||||
{% block content %}
|
||||
{% if user.is_superuser or user.is_in_group(settings.SITH_GROUPS['root']['name']) %}
|
||||
<p><a href="{{ url('club:club_new') }}">New club</a></p>
|
||||
{% endif %}
|
||||
{% if club_list %}
|
||||
<h3>Club list</h3>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user