Skip to content

Commit a84d891

Browse files
committed
Re-enabled the link to document shepherd writeups for individual drafts, which regressed in the 4.60 merge. Fixes issue ietf-tools#1084.
- Legacy-Id: 5946
1 parent 2fa9aed commit a84d891

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128
</td>
129129
</tr>
130130

131-
{# the shepherd write up page only works for WGs at the moment ... #}
132-
{% if group.type_id == "wg" %}
133131
{% if shepherd_writeup or can_edit_shepherd_writeup %}
134132
<tr>
135133
<td>Shepherd Write-Up:</td>
@@ -140,7 +138,6 @@
140138
</td>
141139
</tr>
142140
{% endif %}
143-
{% endif %}
144141

145142
<tr><td colspan='2'><hr size='1' noshade /></td></tr>
146143

0 commit comments

Comments
 (0)