From 0deeb6bbecd35f672c55382bc32d596e642e346e Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 13 May 2021 10:48:37 +0300 Subject: Only show check-in button on login when feature enabled. --- servo/templates/accounts/login.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'servo/templates/accounts/login.html') diff --git a/servo/templates/accounts/login.html b/servo/templates/accounts/login.html index ea71bcc..e77c753 100755 --- a/servo/templates/accounts/login.html +++ b/servo/templates/accounts/login.html @@ -15,7 +15,11 @@
+ {% if show_checkin %} {% trans "Check-in" %} + {% else %} + {% trans "Check-in" %} + {% endif %}
-- cgit v1.2.3