1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-03 13:22:47 +02:00

Add team table

This commit is contained in:
Yohann D'ANELLO
2020-11-16 11:58:05 +01:00
parent b0a3a22f83
commit ace1dbdc75
6 changed files with 171 additions and 108 deletions

View File

@ -0,0 +1,13 @@
{% extends "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 %}