From 4fa02443f76991c361bd69b042e4991ec7820554 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 22 Sep 2015 00:01:26 +0300 Subject: Added manager field to location --- servo/templates/admin/locations/form.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'servo/templates/admin/locations') diff --git a/servo/templates/admin/locations/form.html b/servo/templates/admin/locations/form.html index 0fad2bc..e3b1a81 100644 --- a/servo/templates/admin/locations/form.html +++ b/servo/templates/admin/locations/form.html @@ -4,6 +4,7 @@ {% block third_column %} @@ -17,9 +18,12 @@ {% include "form_field_snippet.html" with field=form.address %} {% include "form_field_snippet.html" with field=form.zip_code %} {% include "form_field_snippet.html" with field=form.city %} + {% include "form_field_snippet.html" with field=form.enabled %} + +
+ {% include "form_field_snippet.html" with field=form.manager %} {% include "form_field_snippet.html" with field=form.timezone %} {% include "form_field_snippet.html" with field=form.notes %} - {% include "form_field_snippet.html" with field=form.enabled %}
{% include "form_field_snippet.html" with field=form.gsx_shipto %} @@ -28,11 +32,11 @@
- {% if location.pk %} + {% if location.pk %} {% trans "Delete" %} - {% else %} + {% else %} {% trans "Delete" %} - {% endif %} + {% endif %}
-- cgit v1.2.3