diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-24 17:03:06 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-24 17:03:06 +0300 |
commit | 467f9fef717cbdc217aae63fef6481150e8e34a7 (patch) | |
tree | e738ef41beb2a4a441188a2cb5a202c8df25fa77 /servo/templates/checkin/newindex.html | |
parent | d2394e47e6baed4f878103477862d1bcc27b816a (diff) | |
download | Servo-467f9fef717cbdc217aae63fef6481150e8e34a7.tar.gz Servo-467f9fef717cbdc217aae63fef6481150e8e34a7.tar.bz2 Servo-467f9fef717cbdc217aae63fef6481150e8e34a7.zip |
Checkin fixes
Diffstat (limited to 'servo/templates/checkin/newindex.html')
-rw-r--r-- | servo/templates/checkin/newindex.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servo/templates/checkin/newindex.html b/servo/templates/checkin/newindex.html index 96c8042..f1fc035 100644 --- a/servo/templates/checkin/newindex.html +++ b/servo/templates/checkin/newindex.html @@ -99,6 +99,7 @@ {% bootstrap_field device_form.condition %} </div> <div class="col-md-6"> + {% if questions %} {% bootstrap_field device_form.pop %} <table class="table"> <thead> @@ -121,6 +122,7 @@ {% endfor %} </tbody> </table> + {% endif %} {% bootstrap_field customer_form.checkin_location %} {% bootstrap_field customer_form.checkout_location %} {% if request.user.is_authenticated %} |