Skip to content

Commit

Permalink
[#32] Cache le bouton connecter pour l'instant
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Leduc-Hamel committed Feb 2, 2015
1 parent cb04d91 commit af74a36
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions agenda/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@
</a>
<a href="/event/new/">{% trans "Proposer un événement" %}</a>
</div>
{% if not user.is_authenticated %}
<div class="action">
<a href="/login/">
<img width="16" src="/media/img/login.png" />
</a>
<a href="/login/">{% trans "Connexion" %}</a>
</div>
{% else %}
{% if user.is_authenticated %}
<div class="action">
<a href="/logout">
<img width="16" src="/media/img/login.png" />
Expand Down

0 comments on commit af74a36

Please sign in to comment.