From 9216009d3d2f6127b2d393ef277b218a2ade64f4 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 4 Aug 2024 13:06:41 +0200 Subject: [PATCH] feat: style buttons as buttons --- src/templates/registration/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/registration/login.html b/src/templates/registration/login.html index 3f23461..5279484 100644 --- a/src/templates/registration/login.html +++ b/src/templates/registration/login.html @@ -27,10 +27,10 @@ {{ form.password }} - + -

{% translate "Passwort vergessen?" %}

+

{% translate "Passwort vergessen?" %}

{% endif %} {% endblock %} \ No newline at end of file