fix(nomcom): restore ability to classify pending feedback (#4668)

This commit is contained in:
Robert Sparks 2022-10-28 10:57:28 -05:00 committed by GitHub
parent 8cb67f978c
commit 48aa9b04c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
{% endfor %}
<button class="btn btn-primary"
type="submit"
name="end">Save feedback</button>
name="end" value="1">Save feedback</button>
<a class="btn btn-secondary float-end"
href="{% url 'ietf.nomcom.views.view_feedback_pending' year %}">Back</a>
{% else %}