mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-23 15:26:49 +02:00
Move apps in main directory
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
13
participation/templates/participation/team_list.html
Normal file
13
participation/templates/participation/team_list.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends request.content_only|yesno:"empty.html,base.html" %}
|
||||
|
||||
{% load django_tables2 i18n %}
|
||||
|
||||
{% block contenttitle %}
|
||||
<h1>{% trans "All teams" %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="form-content">
|
||||
{% render_table table %}
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user