Features: 1) Simplify logo and favicon paths in Jazzmin settings.
Fixes: 1) None. Extra: 1) Minor formatting adjustments to Jazzmin configuration.
This commit is contained in:
parent
83e1f09873
commit
f8a34f7ae0
1 changed files with 4 additions and 4 deletions
|
|
@ -7,11 +7,11 @@ JAZZMIN_SETTINGS = {
|
|||
"site_title": f"{CONSTANCE_CONFIG.get('PROJECT_NAME')[0]} Admin",
|
||||
"site_header": CONSTANCE_CONFIG.get("PROJECT_NAME")[0],
|
||||
"site_brand": "Wiseless",
|
||||
"site_logo": "/static/logo.png",
|
||||
"login_logo": "/static/logo.png",
|
||||
"login_logo_dark": "/static/logo.png",
|
||||
"site_logo": "logo.png",
|
||||
"login_logo": "logo.png",
|
||||
"login_logo_dark": "logo.png",
|
||||
"site_logo_classes": "",
|
||||
"site_icon": "/static/favicon.ico",
|
||||
"site_icon": "favicon.ico",
|
||||
"welcome_sign": "Whoa! Only admins allowed here!",
|
||||
"copyright": f"eVibes {EVIBES_VERSION} by Wiseless",
|
||||
"search_model": ["vibes_auth.User", "core.Product", "core.Category", "core.Brand"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue