From 9dcc51f2211385239b0272bdbf2466637c874f35 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 30 May 2021 10:34:01 +0300 Subject: Check-in fixes and improvements --- servo/templates/checkin/newindex.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'servo/templates/checkin') diff --git a/servo/templates/checkin/newindex.html b/servo/templates/checkin/newindex.html index f1fc035..55a52fa 100644 --- a/servo/templates/checkin/newindex.html +++ b/servo/templates/checkin/newindex.html @@ -6,7 +6,7 @@ {% block main %} {% comment %} @@ -66,15 +66,15 @@ {% include "checkin/device_form.html" %}
{% include "checkin/customer_form.html" %}
- {% if request.user.is_authenticated %} + {% if request.user.is_authenticated and tags %}
-- cgit v1.2.3