Changement url support

This commit is contained in:
2024-06-22 18:48:06 +02:00
parent 71082c90ac
commit a03335442b

View File

@@ -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"}
],