diff --git a/app/core/jazzmin.py b/app/core/jazzmin.py index 49443b4..55a540b 100644 --- a/app/core/jazzmin.py +++ b/app/core/jazzmin.py @@ -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 diff --git a/app/static/img/WildvogelhilfeJena_Logo_1200x1200_V0.eps b/app/static/img/WildvogelhilfeJena_Logo_1200x1200_V0.eps deleted file mode 100644 index 2798d59..0000000 Binary files a/app/static/img/WildvogelhilfeJena_Logo_1200x1200_V0.eps and /dev/null differ diff --git a/app/static/img/admin/l.png b/app/static/img/admin/l.png new file mode 100644 index 0000000..465f060 Binary files /dev/null and b/app/static/img/admin/l.png differ diff --git a/app/static/img/admin/m.png b/app/static/img/admin/m.png new file mode 100644 index 0000000..1f3beae Binary files /dev/null and b/app/static/img/admin/m.png differ diff --git a/app/static/img/admin/s.png b/app/static/img/admin/s.png new file mode 100644 index 0000000..fb5ec83 Binary files /dev/null and b/app/static/img/admin/s.png differ diff --git a/app/static/img/admin/xl.png b/app/static/img/admin/xl.png new file mode 100644 index 0000000..cfd09e0 Binary files /dev/null and b/app/static/img/admin/xl.png differ diff --git a/app/static/img/admin/xs.png b/app/static/img/admin/xs.png new file mode 100644 index 0000000..a28d1ad Binary files /dev/null and b/app/static/img/admin/xs.png differ diff --git a/app/static/img/admin/xxs.png b/app/static/img/admin/xxs.png new file mode 100644 index 0000000..7919a55 Binary files /dev/null and b/app/static/img/admin/xxs.png differ diff --git a/app/static/img/logo_medium.png b/app/static/img/favicon/l.png similarity index 100% rename from app/static/img/logo_medium.png rename to app/static/img/favicon/l.png diff --git a/app/static/img/logo.png b/app/static/img/favicon/m.png similarity index 100% rename from app/static/img/logo.png rename to app/static/img/favicon/m.png diff --git a/app/static/img/signal-2023-06-09-222100_004.png b/app/static/img/favicon/s.png similarity index 100% rename from app/static/img/signal-2023-06-09-222100_004.png rename to app/static/img/favicon/s.png diff --git a/app/static/img/signal-2023-06-09-222307_004.png b/app/static/img/favicon/xl.png similarity index 100% rename from app/static/img/signal-2023-06-09-222307_004.png rename to app/static/img/favicon/xl.png diff --git a/app/static/img/favicon.ico b/app/static/img/favicon/xs.png similarity index 100% rename from app/static/img/favicon.ico rename to app/static/img/favicon/xs.png diff --git a/app/static/img/favicon_small.ico b/app/static/img/favicon/xxs.png similarity index 100% rename from app/static/img/favicon_small.ico rename to app/static/img/favicon/xxs.png diff --git a/app/static/img/wvh.png b/app/static/img/logo/wvh.png similarity index 100% rename from app/static/img/wvh.png rename to app/static/img/logo/wvh.png diff --git a/app/static/img/wvhLogo.svg b/app/static/img/logo/wvh.svg similarity index 100% rename from app/static/img/wvhLogo.svg rename to app/static/img/logo/wvh.svg diff --git a/app/static/img/wvhLogoTrans.png b/app/static/img/logo/wvhTrans.png similarity index 100% rename from app/static/img/wvhLogoTrans.png rename to app/static/img/logo/wvhTrans.png diff --git a/app/templates/account/login.html b/app/templates/account/login.html index f393acf..de5e6db 100644 --- a/app/templates/account/login.html +++ b/app/templates/account/login.html @@ -8,7 +8,7 @@ {% block head_title %}{% trans "Sign In" %}{% endblock head_title %} {% block content %}