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 %} - - {% trans "Check-Out" %} + + {% trans "Check-Out" %} {% else %} - - {% trans "Check-In" %} + + {% trans "Check-In" %} + {% if enabled_timerunner %} {% endif %} + {% endif %} {% endif %} {% endif %} @@ -616,6 +618,7 @@ } }); + {% if enabled_timerunner %} + {% endif %} +