From 3418ece690ca90d676a7d8ae654da7770ae312fb Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 17 Jun 2021 20:49:00 +0300 Subject: Add print options for tech name --- servo/templates/checkin/newindex.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'servo/templates/checkin') diff --git a/servo/templates/checkin/newindex.html b/servo/templates/checkin/newindex.html index 55a52fa..e2782e9 100644 --- a/servo/templates/checkin/newindex.html +++ b/servo/templates/checkin/newindex.html @@ -123,8 +123,8 @@ {% endif %} - {% bootstrap_field customer_form.checkin_location %} - {% bootstrap_field customer_form.checkout_location %} + {% bootstrap_field customer_form.checkin_location %} + {% bootstrap_field customer_form.checkout_location %} {% if request.user.is_authenticated %} {% bootstrap_field device_form.queue %} {% endif %} -- cgit v1.2.3