diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-26 23:35:09 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-26 23:35:09 +0200 |
commit | a46d4cfa399b86ae469902374af7c412095141ad (patch) | |
tree | a12242af0b8dfe74ecfd24f518ce22a8f5d09fdf /servo/templates | |
parent | 3f38c74a145e587a257fab0e0f27a03ca3c2c9eb (diff) | |
download | Servo-a46d4cfa399b86ae469902374af7c412095141ad.tar.gz Servo-a46d4cfa399b86ae469902374af7c412095141ad.tar.bz2 Servo-a46d4cfa399b86ae469902374af7c412095141ad.zip |
Show check-in checkbox in admin
Diffstat (limited to 'servo/templates')
-rw-r--r-- | servo/templates/admin/locations/form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/admin/locations/form.html b/servo/templates/admin/locations/form.html index e3b1a81..d2ab77a 100644 --- a/servo/templates/admin/locations/form.html +++ b/servo/templates/admin/locations/form.html @@ -19,6 +19,7 @@ {% 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.checkin %} </div> <div class="tab-pane" id="details"> {% include "form_field_snippet.html" with field=form.manager %} |