logos and pics

This commit is contained in:
gw3000 2023-07-23 12:24:35 +02:00
parent 6b04682782
commit 7e151e9373
20 changed files with 6 additions and 6 deletions

View file

@ -6,13 +6,13 @@ JAZZMIN_SETTINGS = {
# Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None)
"site_brand": "Fallen Birdy Form",
# Logo to use for your site, must be present in static files, used for brand on top left
"site_logo": "img/logo.png",
"site_logo": "img/admin/m.png",
# Logo to use for your site, must be present in static files, used for login form logo (defaults to site_logo)
"login_logo": "img/logo.png",
"login_logo": "img/admin/m.png",
# Logo to use for login form in dark themes (defaults to login_logo)
# "login_logo_dark": None,
# CSS classes that are applied to the logo above
"site_logo_classes": "img-circle",
# "site_logo_classes": "img-circle",
# Relative path to a favicon for your site, will default to site_logo if absent (ideally 32x32 px)
"site_icon": None,
# Welcome text on the login screen