Skip to content

Commit 43e1904

Browse files
authored
feat: login blocks (#465)
1 parent 91c7439 commit 43e1904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unfold/templates/admin/login.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ <h1 class="font-semibold mb-10">
4545
{% include "unfold/helpers/messages/error.html" with error=message %}
4646
{% endif %}
4747

48+
{% block login_before %}{% endblock %}
49+
4850
<form action="{{ app_path }}" method="post" id="login-form">
4951
{% csrf_token %}
5052

@@ -70,6 +72,8 @@ <h1 class="font-semibold mb-10">
7072
</button>
7173
</div>
7274
</form>
75+
76+
{% block login_after %}{% endblock %}
7377
</div>
7478

7579
<div class="absolute flex flex-row items-center justify-between left-0 m-4 right-0 top-0">

0 commit comments

Comments
 (0)