Merge branch 'master' of https://gitea.prod.resk-u.ch/CLERC/Reskreen
This commit is contained in:
@@ -301,7 +301,7 @@ JAZZMIN_SETTINGS = {
|
|||||||
{"name": "Home", "url": "admin:index", "permissions": ["auth.view_user"]},
|
{"name": "Home", "url": "admin:index", "permissions": ["auth.view_user"]},
|
||||||
|
|
||||||
# external url that opens in a new window (Permissions can be added)
|
# external url that opens in a new window (Permissions can be added)
|
||||||
{"name": "Support", "url": "https://github.com/farridav/django-jazzmin/issues", "new_window": True},
|
#{"name": "Support", "url": "https://gitea.prod.resk-u.ch/CLERC/Reskreen/issues", "new_window": True},
|
||||||
|
|
||||||
# model admin to link to (Permissions checked against model)
|
# model admin to link to (Permissions checked against model)
|
||||||
{"model": "auth.User"},
|
{"model": "auth.User"},
|
||||||
@@ -316,7 +316,7 @@ JAZZMIN_SETTINGS = {
|
|||||||
|
|
||||||
# Additional links to include in the user menu on the top right ("app" url type is not allowed)
|
# Additional links to include in the user menu on the top right ("app" url type is not allowed)
|
||||||
"usermenu_links": [
|
"usermenu_links": [
|
||||||
{"name": "Support", "url": "https://github.com/farridav/django-jazzmin/issues", "new_window": True},
|
{"name": "Annonce de bug", "url": "https://gitea.prod.resk-u.ch/CLERC/Reskreen/issues", "new_window": True},
|
||||||
{"model": "auth.user"}
|
{"model": "auth.user"}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user