Merge pull request #38669 from sokumon/login-template

This commit is contained in:
Soham Kulkarni 2026-04-17 13:07:49 +05:30 committed by GitHub
commit 3418b221da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
{% extends "templates/web.html" %}
{% block navbar %}
{% if show_language_picker %}
{{ super() }}
{% endif %}
{% endblock %}
{% macro email_login_body() -%}
{% if not disable_user_pass_login or (ldap_settings and ldap_settings.enabled) %}
<div class="page-card-body">
@ -66,6 +70,7 @@
{% endmacro %}
{% block page_content %}
<!-- {{ for_test }} -->
<div>
<noscript>