parent
cd71834fdf
commit
6800c1643d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +1,12 @@ |
|||||||
<nav class="margin10"> |
<nav class="margin10"> |
||||||
<a href="{% url 'shop:product_list' %}">La Boutique</a> |
<a href="{% url 'index' %}" class="orange">Accueil</a> |
||||||
<a href="{% url 'shop:my_orders' %}">Mes Commandes</a> |
<a href="{% url 'clubs' %}" class="orange">Clubs</a> |
||||||
{% if user.is_authenticated %} |
{% if user.is_authenticated %} |
||||||
|
<a href="{% url 'my-tournaments' %}" class="orange">Mes tournois</a> |
||||||
<a href="{% url 'profile' %}">Mon compte</a> |
<a href="{% url 'profile' %}">Mon compte</a> |
||||||
|
<a href="{% url 'shop:my_orders' %}">Mes Commandes</a> |
||||||
{% else %} |
{% else %} |
||||||
<a href="{% url 'login' %}">Se connecter</a> |
<a href="{% url 'custom-login' %}">Se connecter</a> |
||||||
{% endif %} |
{% endif %} |
||||||
|
<a href="{% url 'shop:product_list' %}">La Boutique</a> |
||||||
</nav> |
</nav> |
||||||
|
|||||||
Loading…
Reference in new issue