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 %}