diff --git a/ietf/templates/doc/ballot/rfceditornote.html b/ietf/templates/doc/ballot/rfceditornote.html new file mode 100644 index 000000000..8555e1fe0 --- /dev/null +++ b/ietf/templates/doc/ballot/rfceditornote.html @@ -0,0 +1,30 @@ +{% extends "base.html" %} +{# Copyright The IETF Trust 2016, All Rights Reserved #} +{% load origin %} + +{% load bootstrap3 %} + +{% block title %}RFC Editor Note for ballot for {{ doc }}{% endblock %} + +{% block content %} + {% origin %} + +

RFC Editor Note for ballot
{{ doc }}

+ + {% bootstrap_messages %} + +
+ {% csrf_token %} + {% bootstrap_form ballot_rfceditornote_form %} + +
+ RFC Editor Note. This text will be appended to all announcements and messages to the RFC Editor. +
+ + {% buttons %} + + + {% endbuttons %} +
+ +{% endblock%}