From 9d93b67f5c90419005748e1e176b6168fd408fcd Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 29 Jan 2024 15:10:02 +0530 Subject: [PATCH] [UPDT] ATTENDANCE: Enable or disable timer feature --- templates/index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 131188520..68de02165 100755 --- a/templates/index.html +++ b/templates/index.html @@ -426,18 +426,19 @@ {% if request.user|is_clocked_in %} - {% else %} - + {% if enabled_timerunner %} {% endif %} + {% endif %} {% endif %} {% endif %} @@ -616,6 +618,7 @@ } }); + {% if enabled_timerunner %} + {% endif %} +