Changed 'New account' to actually point at the account creation page, instead of the account intex page (which isn't needed any more).

- Legacy-Id: 9416
This commit is contained in:
Henrik Levkowetz 2015-04-06 07:43:54 +00:00
parent a0a12e61c2
commit 16911de8d2

View file

@ -21,7 +21,7 @@
{% endif %}
{% endif %}
<li><a href="{% url "account_index" %}">{% if request.user.is_authenticated %}Manage account{% else %}New account{% endif %}</a></li>
<li><a href="{% url "create_account" %}">{% if request.user.is_authenticated %}Manage account{% else %}New account{% endif %}</a></li>
<li><a href="{%url "ietf.cookies.views.settings" %}" rel="nofollow">Settings</a></li>
{% if user|has_role:"Area Director" %}