Skip to content

Commit c73659e

Browse files
committed
- Legacy-Id: 10772
1 parent 46589ee commit c73659e

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{% extends "base.html" %}
2+
{# Copyright The IETF Trust 2016, All Rights Reserved #}
3+
{% load origin %}
4+
5+
{% load bootstrap3 %}
6+
7+
{% block title %}RFC Editor Note for ballot for {{ doc }}{% endblock %}
8+
9+
{% block content %}
10+
{% origin %}
11+
12+
<h1>RFC Editor Note for ballot<br><small><a href="{% url "doc_view" name=doc.canonical_name %}">{{ doc }}</a></small></h1>
13+
14+
{% bootstrap_messages %}
15+
16+
<form method="post">
17+
{% csrf_token %}
18+
{% bootstrap_form ballot_rfceditornote_form %}
19+
20+
<div class="help-block">
21+
RFC Editor Note. This text will be appended to all announcements and messages to the RFC Editor.
22+
</div>
23+
24+
{% buttons %}
25+
<button type="submit" class="btn btn-primary" name="save_ballot_rfceditornote" value="Save Ballot RFC Editor Note">Save</button>
26+
<button type="submit" class="btn btn-warning" name="clear_ballot_rfceditornote" value="Clear Ballot RFC Editor Note">Clear</button>
27+
{% endbuttons %}
28+
</form>
29+
30+
{% endblock%}

0 commit comments

Comments
 (0)