We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c7439 commit 43e1904Copy full SHA for 43e1904
src/unfold/templates/admin/login.html
@@ -45,6 +45,8 @@ <h1 class="font-semibold mb-10">
45
{% include "unfold/helpers/messages/error.html" with error=message %}
46
{% endif %}
47
48
+ {% block login_before %}{% endblock %}
49
+
50
<form action="{{ app_path }}" method="post" id="login-form">
51
{% csrf_token %}
52
@@ -70,6 +72,8 @@ <h1 class="font-semibold mb-10">
70
72
</button>
71
73
</div>
74
</form>
75
76
+ {% block login_after %}{% endblock %}
77
78
79
<div class="absolute flex flex-row items-center justify-between left-0 m-4 right-0 top-0">
0 commit comments