[UPDT] SIDEBAR: Remove unwanted elements and menu from the sidebar
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user