Skip to content
Snippets Groups Projects
Verified Commit 5cae5bd9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Replace dbsettings menu with django-admin

Closes #138
parent 05aca4f2
No related branches found
No related tags found
No related merge requests found
Pipeline #510 failed
......@@ -88,8 +88,8 @@ MENUS = {
],
},
{
"name": _("Settings"),
"url": "site_settings",
"name": _("Backend Admin"),
"url": "admin:index",
"icon": "settings",
"validators": [
"menu_generator.validators.is_authenticated",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment