diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-06-17 20:49:00 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-06-17 20:49:00 +0300 |
commit | 3418ece690ca90d676a7d8ae654da7770ae312fb (patch) | |
tree | 5daa04838cda0e85da32865fde42b14f310a2627 /servo/templates/admin/settings.html | |
parent | 3421b809f432ee49586df91b627ef70aa3e07cbf (diff) | |
download | Servo-master.tar.gz Servo-master.tar.bz2 Servo-master.zip |
Diffstat (limited to 'servo/templates/admin/settings.html')
-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 %} |