|
|
|
|
@ -1,12 +1,20 @@
|
|
|
|
|
JAZZMIN_SETTINGS = {
|
|
|
|
|
"site_title": "ChartaCapsa Admin",
|
|
|
|
|
"site_header": "KartenKiste",
|
|
|
|
|
"site_brand": "🗃️ KartenKiste",
|
|
|
|
|
"welcome_sign": "Willkommen in der KartenKiste",
|
|
|
|
|
"site_header": "ChartaCapsa",
|
|
|
|
|
"site_brand": "ChartaCapsa", # Text neben dem Logo [1]
|
|
|
|
|
|
|
|
|
|
# Hier binden Sie Ihr eigenes Logo ein (relativ zum static-Ordner):
|
|
|
|
|
"site_logo": "images/logo.png",
|
|
|
|
|
|
|
|
|
|
# Optional: Ein rundes Logo für den Login-Bildschirm (kann dieselbe Datei sein):
|
|
|
|
|
"login_logo": "images/logo.png",
|
|
|
|
|
|
|
|
|
|
# Optional: Das kleine Icon im Browser-Tab (Favicon):
|
|
|
|
|
"site_icon": "images/logo.png",
|
|
|
|
|
|
|
|
|
|
"welcome_sign": "Willkommen bei ChartaCapsa",
|
|
|
|
|
"copyright": "ChartaCapsa Ltd",
|
|
|
|
|
"search_model": ["gebiete.Gebiet"],
|
|
|
|
|
|
|
|
|
|
# Emojis für die Menüstruktur links
|
|
|
|
|
"icons": {
|
|
|
|
|
"auth.user": "fas fa-user",
|
|
|
|
|
"gebiete.person": "fas fa-users",
|
|
|
|
|
|