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
<aclass="btn btn-default" title="Feed of all changes" href="{% if clist.group %}{% url "community_group_feed" clist.group.acronym %}{% else %}{% url "community_personal_feed" clist.user.username %}{% endif %}">All changes</a>
6
-
<aclass="btn btn-default" title="Feed of only significant state changes" href="{% if clist.group %}{% url "community_group_feed" clist.group.acronym %}{% else %}{% url "community_personal_feed" clist.user.username %}{% endif %}?significant=1">Significant</a>
5
+
<aclass="btn btn-default" title="Feed of all changes" href="{% if clist.group %}{% url "ietf.community.views.feed" acronym=clist.group.acronym%}{%else%}{%url "ietf.community.views.feed" username=clist.user.username%}{%endif%}">All changes</a>
6
+
<aclass="btn btn-default" title="Feed of only significant state changes" href="{% if clist.group %}{% url "ietf.community.views.feed" acronym=clist.group.acronym%}{%else%}{%url "ietf.community.views.feed" username=clist.user.username%}{%endif%}?significant=1">Significant</a>
Copy file name to clipboardExpand all lines: ietf/templates/doc/document_draft.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -501,8 +501,8 @@
501
501
</ul>
502
502
</div>
503
503
{% if user.is_authenticated %}
504
-
<aclass="btn btn-default btn-xs track-untrack-doc {% if not doc.tracked_in_personal_community_list %}hide{% endif %}" href="{% url "community_personal_untrack_document" user.username doc.name %}" title="Remove from your personal ID list"><spanclass="fa fa-bookmark"></span> Untrack</a>
505
-
<aclass="btn btn-default btn-xs track-untrack-doc {% if doc.tracked_in_personal_community_list %}hide{% endif %}" href="{% url "community_personal_track_document" user.username doc.name %}" title="Add to your personal ID list"><spanclass="fa fa-bookmark-o"></span> Track</a>
504
+
<aclass="btn btn-default btn-xs track-untrack-doc {% if not doc.tracked_in_personal_community_list %}hide{% endif %}" href="{% url "ietf.community.views.untrack_document" username=user.usernamename=doc.name%}" title="Remove from your personal ID list"><spanclass="fa fa-bookmark"></span> Untrack</a>
505
+
<aclass="btn btn-default btn-xs track-untrack-doc {% if doc.tracked_in_personal_community_list %}hide{% endif %}" href="{% url "ietf.community.views.track_document" username=user.usernamename=doc.name%}" title="Add to your personal ID list"><spanclass="fa fa-bookmark-o"></span> Track</a>
0 commit comments