1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 11:18:27 +02:00

Click on pool table

This commit is contained in:
Yohann D'ANELLO
2020-05-05 06:07:49 +02:00
parent ac9591c320
commit b7c62741a8
3 changed files with 24 additions and 1 deletions

View File

@ -67,4 +67,10 @@
</div>
</div>
{% endif %}
<hr>
<div class="text-center">
<a class="btn btn-block btn-primary" href="{% url "tournament:pools" %}">{% trans "Pool list" %}</a>
</div>
{% endblock %}