Skip to content

Commit 92a8ed5

Browse files
committed
Editing the sheperd now works for all documents, so remove the limitation
on this being a WG document, and adjust the URL name and arguements. - Legacy-Id: 5840
1 parent b31c781 commit 92a8ed5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@
122122
<tr>
123123
<td>Document shepherd:</td>
124124
<td>
125-
{# the shepherd edit page only works for WGs at the moment ... #}
126-
<a {% if can_edit_stream_info and group.type_id == "wg" %}class="editlink" href="{% url doc_managing_shepherd acronym=group.acronym,name=doc.name %}"{% endif %}>
125+
<a {% if can_edit_stream_info %}class="editlink" href="{% url doc_edit_shepherd name=doc.name %}"{% endif %}>
127126
{{ doc.shepherd|default:"No shepherd assigned" }}
128127
</a>
129128
</td>

0 commit comments

Comments
 (0)