diff --git a/allianceauth/authentication/templates/public/base.html b/allianceauth/authentication/templates/public/base.html index 2951c284..feb8909a 100644 --- a/allianceauth/authentication/templates/public/base.html +++ b/allianceauth/authentication/templates/public/base.html @@ -7,7 +7,7 @@ - + @@ -16,8 +16,9 @@ {% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %} - {% include 'bundles/bootstrap-css.html' %} + {% include 'bundles/bootstrap-css-bs5.html' %} {% include 'bundles/fontawesome.html' %} + {% block extra_include %} {% endblock %} @@ -30,25 +31,23 @@ background-size: cover; } - .panel-transparent { + .card-login { background: rgba(48 48 48 / 0.7); - color: #ffffff; + color: rgb(255 255 255); padding-bottom: 21px; } - .panel-body { - - } - #lang-select { width: 40%; margin-left: auto; margin-right: auto; } + {% block extra_style %} {% endblock %} +
{% block content %} diff --git a/allianceauth/authentication/templates/public/lang_select.html b/allianceauth/authentication/templates/public/lang_select.html index 6556ad24..6bf5fa9f 100644 --- a/allianceauth/authentication/templates/public/lang_select.html +++ b/allianceauth/authentication/templates/public/lang_select.html @@ -1,9 +1,12 @@ {% load i18n %} +