Skip to content

Commit 45e7f3e

Browse files
committed
Fix a url pattern that managed to escape the mass fixing because it is missing a space
- Legacy-Id: 6898
1 parent ad26ab4 commit 45e7f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base/left_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ul>
3939
<li class="sect first">Settings</li>
4040
<li><a href="{% url "account_index" %}">{% if request.user.is_authenticated %}Manage Account{% else %}New Account{% endif %}</a></li>
41-
<li><a href="{%url ietf.cookies.views.settings %}" rel="nofollow">Options</a></li>
41+
<li><a href="{% url "ietf.cookies.views.settings" %}" rel="nofollow">Options</a></li>
4242
{% if user|has_role:"Area Director" %}
4343
<li class="sect">AD Dashboard</li>
4444
<li><a href="{% url "docs_for_ad" name=user.get_profile.full_name_as_key %}">My Documents</a></li>

0 commit comments

Comments
 (0)