parent
ae1a24a083
commit
ace8801ecc
@ -1,18 +1,18 @@ |
||||
|
||||
<nav class="margin10"> |
||||
<a href="{% url 'index' %}" class="orange">Accueil</a> |
||||
<a href="{% url 'clubs' %}" class="orange">Clubs</a> |
||||
{% if user.is_authenticated %} |
||||
<a href="{% url 'my-tournaments' %}" class="orange">Mes tournois</a> |
||||
<a href="{% url 'shop:my_orders' %}">Mes commandes</a> |
||||
<a href="{% url 'profile' %}">Mon compte</a> |
||||
{% else %} |
||||
<a href="{% url 'custom-login' %}">Se connecter</a> |
||||
{% endif %} |
||||
<a href="{% url 'shop:product_list' %}">La boutique</a> |
||||
{% if user.is_authenticated and user.is_staff %} |
||||
<a href="{% url 'admin:tournaments_tournament_dashboard' %}" class="download-button">Tableau de bord</a> |
||||
{% else %} |
||||
<a href="{% url 'download' %}" class="download-button">Ajouter vos tournois</a> |
||||
{% endif %} |
||||
</nav> |
||||
<nav class="margin10"> |
||||
<a href="{% url 'index' %}" class="orange">Accueil</a> |
||||
<a href="{% url 'clubs' %}" class="orange">Clubs</a> |
||||
{% if user.is_authenticated %} |
||||
<a href="{% url 'my-tournaments' %}" class="orange">Mes tournois</a> |
||||
<a href="{% url 'shop:my_orders' %}">Mes commandes</a> |
||||
<a href="{% url 'profile' %}">Mon compte</a> |
||||
{% else %} |
||||
<a href="{% url 'custom-login' %}">Se connecter</a> |
||||
{% endif %} |
||||
<a href="{% url 'shop:product_list' %}">La boutique</a> |
||||
{% if user.is_authenticated and user.is_staff %} |
||||
<a href="{% url 'private-tournaments' %}" class="orange">Tournois privés</a> |
||||
<a href="{% url 'admin:tournaments_tournament_dashboard' %}" class="download-button">Tableau de bord</a> |
||||
{% else %} |
||||
<a href="{% url 'download' %}" class="download-button">Ajouter vos tournois</a> |
||||
{% endif %} |
||||
</nav> |
||||
|
||||
Loading…
Reference in new issue