diff --git a/attendance/sidebar.py b/attendance/sidebar.py index e6e9d6787..ef4566d86 100644 --- a/attendance/sidebar.py +++ b/attendance/sidebar.py @@ -54,14 +54,6 @@ SUBMENUS = [ "redirect": reverse("view-my-attendance"), }, ] -if apps.is_installed("leave"): - SUBMENUS.append( - { - "menu": trans("Work Records"), - "redirect": reverse("work-records"), - "accessibility": "attendance.sidebar.work_record_accessibility", - }, - ) def attendances_accessibility(request, submenu, user_perms, *args, **kwargs): diff --git a/base/templates/common_form.html b/base/templates/common_form.html index bf4c5faf4..043a51c87 100644 --- a/base/templates/common_form.html +++ b/base/templates/common_form.html @@ -41,8 +41,7 @@ {% endfor %}
- +