From 07e3e2e9c3da9f05634a45f65723504c229f2baa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 May 2022 16:23:02 +0200 Subject: Migration to Django 2.2 - many fixes - remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2) --- ishtar_common/templates/registration/password_reset_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/registration/password_reset_complete.html') diff --git a/ishtar_common/templates/registration/password_reset_complete.html b/ishtar_common/templates/registration/password_reset_complete.html index dfa3ce682..053270f78 100644 --- a/ishtar_common/templates/registration/password_reset_complete.html +++ b/ishtar_common/templates/registration/password_reset_complete.html @@ -5,6 +5,6 @@

{% trans "Password reset successfully" %}

-

{% trans "Log in" %}

+

{% trans "Log in" %}

{% endblock %} -- cgit v1.2.3