Skip to content

Commit 16911de

Browse files
committed
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
1 parent a0a12e6 commit 16911de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base/menu_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{% endif %}
2222
{% endif %}
2323

24-
<li><a href="{% url "account_index" %}">{% if request.user.is_authenticated %}Manage account{% else %}New account{% endif %}</a></li>
24+
<li><a href="{% url "create_account" %}">{% if request.user.is_authenticated %}Manage account{% else %}New account{% endif %}</a></li>
2525
<li><a href="{%url "ietf.cookies.views.settings" %}" rel="nofollow">Settings</a></li>
2626

2727
{% if user|has_role:"Area Director" %}

0 commit comments

Comments
 (0)