aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/notes/edit_escalation.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/notes/edit_escalation.html')
-rwxr-xr-xservo/templates/notes/edit_escalation.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/servo/templates/notes/edit_escalation.html b/servo/templates/notes/edit_escalation.html
new file mode 100755
index 0000000..c4e34c1
--- /dev/null
+++ b/servo/templates/notes/edit_escalation.html
@@ -0,0 +1,17 @@
+{% extends "notes/view_note.html" %}
+{% load i18n %}
+
+{% block note_buttons %}
+{% endblock note_buttons %}
+
+{% block view_message %}
+ <form action="{{ request.path }}" method="post" class="form-horizontal" enctype="multipart/form-data">
+ {% csrf_token %}
+ {% include "form_snippet.html" %}
+ <div class="form-actions">
+ <div class="pull-right">
+ <button class="btn btn-primary" type="submit">{% trans "Submit" %}</button>
+ </div>
+ </div>
+ </form>
+{% endblock view_message %}