Adds home button to the tournament navigation

sync_v2
Laurent 6 months ago
parent aaebde94b1
commit a35fa885b8
  1. 3
      tournaments/templates/tournaments/navigation_tournament.html

@ -1,6 +1,9 @@
<nav class="margin10"> <nav class="margin10">
<a href="{% url 'index' %}" class="topmargin5 orange">Accueil</a>
<a href="{% url 'tournament-info' tournament.id %}" class="topmargin5 orange">Informations</a> <a href="{% url 'tournament-info' tournament.id %}" class="topmargin5 orange">Informations</a>
{% if tournament.display_prog %} {% if tournament.display_prog %}
<a href="{% url 'tournament-prog' tournament.id %}" class="topmargin5 orange">Programmation</a> <a href="{% url 'tournament-prog' tournament.id %}" class="topmargin5 orange">Programmation</a>
{% endif %} {% endif %}

Loading…
Cancel
Save