From 5934831e5921b78651418a589da3c67ed320a309 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 22:26:05 +0300 Subject: Added PDF attachment to note form --- servo/templates/notes/form.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'servo/templates/notes/form.html') diff --git a/servo/templates/notes/form.html b/servo/templates/notes/form.html index ae0f019..d471385 100755 --- a/servo/templates/notes/form.html +++ b/servo/templates/notes/form.html @@ -50,7 +50,14 @@ {% 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.body %} - {% include "form_field_snippet.html" with field=form.is_reported %} + {% if note.order %} + + + + + +
{% include "form_field_snippet.html" with field=form.is_reported %}{% include "form_field_snippet.html" with field=form.attach_confirmation %}
+ {% endif %} {{ form.type }}
-- cgit v1.2.3