aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/admin/locations
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-26 23:35:09 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-26 23:35:09 +0200
commita46d4cfa399b86ae469902374af7c412095141ad (patch)
treea12242af0b8dfe74ecfd24f518ce22a8f5d09fdf /servo/templates/admin/locations
parent3f38c74a145e587a257fab0e0f27a03ca3c2c9eb (diff)
downloadServo-a46d4cfa399b86ae469902374af7c412095141ad.tar.gz
Servo-a46d4cfa399b86ae469902374af7c412095141ad.tar.bz2
Servo-a46d4cfa399b86ae469902374af7c412095141ad.zip
Show check-in checkbox in admin
Diffstat (limited to 'servo/templates/admin/locations')
-rw-r--r--servo/templates/admin/locations/form.html1
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 %}