Skip to content

Commit 92b2f06

Browse files
committed
Add missed template for commit r17325. Commit ready for merge.
- Legacy-Id: 17357
1 parent afb818c commit 92b2f06

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{% extends "base.html" %}
2+
{# Copyright The IETF Trust 2015-2020, All Rights Reserved #}
3+
{% load origin %}{% origin %}
4+
5+
{% load ietf_filters staticfiles bootstrap3 %}
6+
7+
{% block content %}
8+
<h2>Set next reviewer in queue for {{ group.acronym }}</h2>
9+
<form id="dbtemplate-edit" role="form" method="post">
10+
{% csrf_token %}
11+
12+
{% bootstrap_form form %}
13+
14+
{% buttons %}
15+
<button class="btn btn-default" type="submit">Save</button>
16+
<a class="btn btn-default" href="{% url 'ietf.group.views.reviewer_overview' acronym=group.acronym %}">Cancel</a>
17+
{% endbuttons %}
18+
19+
</form>
20+
{% endblock %}

0 commit comments

Comments
 (0)