diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-09-03 11:17:54 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-09-03 11:17:54 +0300 |
commit | bb0ffafe4f040f4e69ecff6624ca73cb3db61bd0 (patch) | |
tree | 62ba732893e59d27fc5734336ffe6b5086dd9dc1 /servo/templates/admin | |
parent | b3e3941e811b23cc681945da1b1e26c818f9ace4 (diff) | |
download | Servo-bb0ffafe4f040f4e69ecff6624ca73cb3db61bd0.tar.gz Servo-bb0ffafe4f040f4e69ecff6624ca73cb3db61bd0.tar.bz2 Servo-bb0ffafe4f040f4e69ecff6624ca73cb3db61bd0.zip |
Fix issue with purchase orders
Diffstat (limited to 'servo/templates/admin')
-rw-r--r-- | servo/templates/admin/locations/form.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servo/templates/admin/locations/form.html b/servo/templates/admin/locations/form.html index 777c9ab..0fad2bc 100644 --- a/servo/templates/admin/locations/form.html +++ b/servo/templates/admin/locations/form.html @@ -19,7 +19,6 @@ {% include "form_field_snippet.html" with field=form.city %} {% 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.logo %} {% include "form_field_snippet.html" with field=form.enabled %} </div> <div class="tab-pane" id="tab3"> |