small admin improvements

This commit is contained in:
Tobias Brunner 2025-05-23 08:57:20 +02:00
parent b0a76b88b4
commit d39ff91a74
No known key found for this signature in database
2 changed files with 16 additions and 11 deletions

View file

@ -248,7 +248,10 @@ JAZZMIN_SETTINGS = {
"navigation_expanded": True,
"hide_apps": ["broker"],
"order_with_respect_to": ["services", "auth"],
"changeform_format_overrides": {"services.ProgressiveDiscountModel": "single"},
"changeform_format_overrides": {
"services.ProgressiveDiscountModel": "single",
"services.VSHNAppCatPrice": "single",
},
"related_modal_active": True,
}