Add missed template for commit r17325. Commit ready for merge.
- Legacy-Id: 17357
This commit is contained in:
parent
afb818c298
commit
92b2f06829
20
ietf/templates/group/reset_next_reviewer.html
Normal file
20
ietf/templates/group/reset_next_reviewer.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2015-2020, All Rights Reserved #}
|
||||
{% load origin %}{% origin %}
|
||||
|
||||
{% load ietf_filters staticfiles bootstrap3 %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Set next reviewer in queue for {{ group.acronym }}</h2>
|
||||
<form id="dbtemplate-edit" role="form" method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
{% bootstrap_form form %}
|
||||
|
||||
{% buttons %}
|
||||
<button class="btn btn-default" type="submit">Save</button>
|
||||
<a class="btn btn-default" href="{% url 'ietf.group.views.reviewer_overview' acronym=group.acronym %}">Cancel</a>
|
||||
{% endbuttons %}
|
||||
|
||||
</form>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue