You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/community/subscription.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ <h2>Existing subscriptions</h2>
37
37
38
38
<h2>Add new subscription</h2>
39
39
40
-
<pclass="text-muted">The email addresses you can choose between are those registered in <ahref="{% url "account_profile" %}">your profile</a>.</p>
40
+
<pclass="text-muted">The email addresses you can choose between are those registered in <ahref="{% url "ietf.ietfauth.views.profile" %}">your profile</a>.</p>
41
41
42
42
{% if form.fields.email.queryset %}
43
43
<formmethod="post">
@@ -51,7 +51,7 @@ <h2>Add new subscription</h2>
51
51
{% endbuttons %}
52
52
</form>
53
53
{% else %}
54
-
<divclass="alert alert-danger">You do not have any active email addresses registered with your account. Go to <ahref="{% url "account_profile" %}">your profile and add or activate one</a>.</div>
54
+
<divclass="alert alert-danger">You do not have any active email addresses registered with your account. Go to <ahref="{% url "ietf.ietfauth.views.profile" %}">your profile and add or activate one</a>.</div>
55
55
56
56
<aclass="btn btn-default" href="{{ clist.get_absolute_url }}">Back to list</a>
0 commit comments