diff options
Diffstat (limited to 'servo/templates/admin')
-rw-r--r-- | servo/templates/admin/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/admin/settings.html b/servo/templates/admin/settings.html index 35007d4..fd9452f 100644 --- a/servo/templates/admin/settings.html +++ b/servo/templates/admin/settings.html @@ -105,6 +105,7 @@ {% include "form_field_snippet.html" with field=form.checkin_group %} {% include "form_field_snippet.html" with field=form.checkin_queue %} {% include "form_field_snippet.html" with field=form.checkin_checklist %} + {% include "form_field_snippet.html" with field=form.checkin_tech_name %} {% include "form_field_snippet.html" with field=form.checkin_password %} {% include "form_field_snippet.html" with field=form.checkin_require_password %} {% include "form_field_snippet.html" with field=form.checkin_require_condition %} |