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/checkin/newindex.html | |
parent | 3421b809f432ee49586df91b627ef70aa3e07cbf (diff) | |
download | Servo-3418ece690ca90d676a7d8ae654da7770ae312fb.tar.gz Servo-3418ece690ca90d676a7d8ae654da7770ae312fb.tar.bz2 Servo-3418ece690ca90d676a7d8ae654da7770ae312fb.zip |
Diffstat (limited to 'servo/templates/checkin/newindex.html')
-rw-r--r-- | servo/templates/checkin/newindex.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </tbody> </table> {% 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 %} |