1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-27 19:01:17 +00:00
plateforme-tfjm2/templates/tournament/solutions_list.html

8 lines
123 B
HTML
Raw Normal View History

2020-04-30 20:11:03 +02:00
{% extends "base.html" %}
{% load i18n django_tables2 %}
{% block content %}
{% render_table table %}
{% endblock %}