[UPDT] SIDEBAR: Remove unwanted elements and menu from the sidebar

This commit is contained in:
Horilla
2024-05-09 15:01:06 +05:30
parent 2d656e2e0c
commit a511747c36
11 changed files with 24 additions and 35 deletions

View File

@@ -5,13 +5,12 @@ helpdesk/sidebar.py
from django.urls import reverse
from django.utils.translation import gettext_lazy as trans
MENU = trans("Help Desk")
IMG_SRC = "images/ui/headset-solid.svg"
SUBMENUS = [
{
"menu": trans("FAQa"),
"menu": trans("FAQs"),
"redirect": reverse("faq-category-view"),
},
{