This commit is contained in:
Corentin Chary
2013-09-29 11:00:20 +02:00
parent 8c6bdebcab
commit c130e59b28
3 changed files with 7 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<li><a href="{% url "django.contrib.auth.views.logout" %}">Logout</a></li>
{% else %}
<li><a href="{% url "django.contrib.auth.views.login" %}?next={% url "accounts_index" %}">Login</a></li>
<li><a href="{% url "registration.views.register" %}">Register</a></li>
<li><a href="{% url "registration_register" %}">Register</a></li>
{% endif %}
<li>---</li>