mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 19:27:41 +00:00
2c54f315f6
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
12 lines
322 B
HTML
12 lines
322 B
HTML
{% extends "base.html" %}
|
|
|
|
{% load django_tables2 i18n %}
|
|
|
|
{% block content %}
|
|
{% render_table table %}
|
|
|
|
<a href="{% url "participation:tournament_detail" pk=tournament.pk %}" class="btn btn-primary">
|
|
<i class="fas fa-long-arrow-alt-left"></i> {% trans "Back to tournament page" %}
|
|
</a>
|
|
{% endblock %}
|