From 40bb871af86c913ffaa4235052424cc0d69211a0 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 25 Sep 2015 20:01:46 +0300 Subject: Added type field to note --- servo/templates/notes/form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'servo/templates/notes/form.html') 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 }}
{% for f in formset %} -- cgit v1.2.3