aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/notes/form.html
diff options
context:
space:
mode:
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 %}