Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ietf/templates/doc/document_conflict_review.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<td></td>
<th>Send notices to</th>
<td class="edit">
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
<a class="btn btn-primary btn-sm float-end"
href="{% url 'ietf.doc.views_doc.edit_notify;conflict-review' name=doc.name %}">
Edit
Expand Down