From 32906d5bbc8afdbb1017fd7339315fafe2394007 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 May 2021 20:28:09 +0300 Subject: Make note type field editable --- servo/templates/notes/form.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'servo/templates/notes/form.html') diff --git a/servo/templates/notes/form.html b/servo/templates/notes/form.html index d471385..a5e05c6 100755 --- a/servo/templates/notes/form.html +++ b/servo/templates/notes/form.html @@ -36,8 +36,9 @@ {{ formset.management_form }} {{ form.order }} @@ -46,9 +47,7 @@ {% endif %}
- {% include "form_field_snippet.html" with field=form.recipient %} - {% include "form_field_snippet.html" with field=form.subject %} - {% include "form_field_snippet.html" with field=form.sender %} + {% include "form_field_snippet.html" with field=form.type %} {% include "form_field_snippet.html" with field=form.body %} {% if note.order %} @@ -58,7 +57,11 @@
{% endif %} - {{ form.type }} +
+
+ {% include "form_field_snippet.html" with field=form.recipient %} + {% include "form_field_snippet.html" with field=form.subject %} + {% include "form_field_snippet.html" with field=form.sender %}
{% for f in formset %} -- cgit v1.2.3