remove insane indentation in a template

master
Aevann1 2022-11-07 08:26:37 +02:00
parent 9b939b30a4
commit 6c1c79ba44
1 changed files with 10 additions and 12 deletions

View File

@ -7,7 +7,6 @@
{% block authtext %}If there's an email address associated with your account, you can use it to recover your {{SITE_NAME}} account and change your password.{% endblock %}
{% block content %}
<div id="login-form">
<form action="/forgot" method="post" class="mt-3">
@ -26,5 +25,4 @@
</form>
</div>
{% endblock %}