This commit is contained in:
gw3000 2023-07-22 22:35:18 +02:00
parent 7d926f5ea3
commit e4ff58c692
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@ JAZZMIN_SETTINGS = {
# title of the window (Will default to current_admin_site.site_title if absent or None) # title of the window (Will default to current_admin_site.site_title if absent or None)
"site_title": "FBF Admin", "site_title": "FBF Admin",
# Title on the login screen (19 chars max) (defaults to current_admin_site.site_header if absent or None) # Title on the login screen (19 chars max) (defaults to current_admin_site.site_header if absent or None)
"site_header": "Fallen Birdy App", "site_header": "Fallen Birdy Form App",
# Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None) # Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None)
"site_brand": "Fallen Birdy App", "site_brand": "Fallen Birdy Form App",
# Logo to use for your site, must be present in static files, used for brand on top left # 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/logo.png",
# Logo to use for your site, must be present in static files, used for login form logo (defaults to site_logo) # Logo to use for your site, must be present in static files, used for login form logo (defaults to site_logo)

View file

@ -12,7 +12,7 @@
<div class="d-flex justify-content-center mt-5"> <div class="d-flex justify-content-center mt-5">
<div class="card shadow-sm p-3 mb-5 bg-body rounded"> <div class="card shadow-sm p-3 mb-5 bg-body rounded">
<div class="card-body"> <div class="card-body">
<h5>Willkommen bei der Fallen Birdy App</h5> <h5>Willkommen bei der Fallen Birdy Form App</h5>
<form class="login" method="POST" action="{% url 'account_login' %}"> <form class="login" method="POST" action="{% url 'account_login' %}">
{% csrf_token %} {% csrf_token %}
{{ form|crispy }} {{ form|crispy }}