diff options
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 %} |