aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/notes/form.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-09-25 20:01:46 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-09-25 20:01:46 +0300
commit40bb871af86c913ffaa4235052424cc0d69211a0 (patch)
tree36eca6ff5ce27cfcebe952e943bd8b30248e9039 /servo/templates/notes/form.html
parente807f83375e4f2c8b74658b22cf96e5a331f7409 (diff)
downloadServo-40bb871af86c913ffaa4235052424cc0d69211a0.tar.gz
Servo-40bb871af86c913ffaa4235052424cc0d69211a0.tar.bz2
Servo-40bb871af86c913ffaa4235052424cc0d69211a0.zip
Added type field to note
Diffstat (limited to 'servo/templates/notes/form.html')
-rwxr-xr-xservo/templates/notes/form.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/notes/form.html b/servo/templates/notes/form.html
index 372da30..c4eda72 100755
--- a/servo/templates/notes/form.html
+++ b/servo/templates/notes/form.html
@@ -51,6 +51,7 @@
{% include "form_field_snippet.html" with field=form.sender %}
{% include "form_field_snippet.html" with field=form.body %}
{% include "form_field_snippet.html" with field=form.is_reported %}
+ {{ form.type }}
</div>
<div class="tab-pane" id="tab2">
{% for f in formset %}