add top menu links to admin
All checks were successful
Build and Deploy / build (push) Successful in 53s
Build and Deploy / deploy (push) Successful in 5s

This commit is contained in:
Tobias Brunner 2025-06-06 15:23:34 +02:00
parent 18e9156683
commit 2e8e31d136
No known key found for this signature in database

View file

@ -244,6 +244,8 @@ JAZZMIN_SETTINGS = {
"url": "https://servala.com", "url": "https://servala.com",
"new_window": True, "new_window": True,
}, },
{"name": "Articles", "url": "/admin/services/article/"},
{"name": "FAQs", "url": "/admin/services/websitefaq/"},
], ],
"show_sidebar": True, "show_sidebar": True,
"navigation_expanded": True, "navigation_expanded": True,