From a46d4cfa399b86ae469902374af7c412095141ad Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 26 Nov 2015 23:35:09 +0200 Subject: Show check-in checkbox in admin --- servo/templates/admin/locations/form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'servo/templates') 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 %}
{% include "form_field_snippet.html" with field=form.manager %} -- cgit v1.2.3