From c8fb12881776009beb95d4e33a00b9b36daeb90b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Sep 2021 10:32:48 +0200 Subject: [PATCH] make button fit the overall style --- InvenTree/templates/account/password_change.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/account/password_change.html b/InvenTree/templates/account/password_change.html index 0db6cef00a..22f34ab824 100644 --- a/InvenTree/templates/account/password_change.html +++ b/InvenTree/templates/account/password_change.html @@ -10,7 +10,7 @@
{% csrf_token %} {{ form|crispy }} - + {% trans "Forgot Password?" %}
{% endblock %}