We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31c781 commit 92a8ed5Copy full SHA for 92a8ed5
1 file changed
ietf/templates/doc/document_draft.html
@@ -122,8 +122,7 @@
122
<tr>
123
<td>Document shepherd:</td>
124
<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 %}>
+ <a {% if can_edit_stream_info %}class="editlink" href="{% url doc_edit_shepherd name=doc.name %}"{% endif %}>
127
{{ doc.shepherd|default:"No shepherd assigned" }}
128
</a>
129
</td>
0 commit comments