Changement url support
This commit is contained in:
@@ -301,7 +301,7 @@ JAZZMIN_SETTINGS = {
|
||||
{"name": "Home", "url": "admin:index", "permissions": ["auth.view_user"]},
|
||||
|
||||
# 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": "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)
|
||||
"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"}
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user