1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 12:07:09 +00:00
plateforme-tfjm2/templates/tournament/solutions_list.html
Yohann D'ANELLO c636f483bb Solutions
2020-04-30 20:11:03 +02:00

8 lines
123 B
HTML

{% extends "base.html" %}
{% load i18n django_tables2 %}
{% block content %}
{% render_table table %}
{% endblock %}