diff options
Diffstat (limited to 'servo/templates/admin/locations/form.html')
-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"> |