* fix: allow shepherds for editorial stream documents. Fixes #4333 * Revert "fix: allow shepherds for editorial stream documents. Fixes #4333" This reverts commit b089a1099c947a1bf5b72b79fb786478d10e3601. * fix: allow shepherds for editorial stream documents. Fixes #4333
This commit is contained in:
parent
088d953e7e
commit
af780e6800
|
@ -529,7 +529,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' %}
|
||||
{% if doc.stream_id == 'ietf' or doc.stream_id == 'ise' or doc.stream_id == 'irtf' or doc.stream_id == 'editorial' %}
|
||||
<tr>
|
||||
<td></td>
|
||||
<th scope="row">
|
||||
|
|
Loading…
Reference in a new issue