From e046ed00e790fbb82b43de9404d8ca3955c8de2f 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/activate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/registration/activate.html') diff --git a/ishtar_common/templates/registration/activate.html b/ishtar_common/templates/registration/activate.html index 0dcbccc00..261b38b1f 100644 --- a/ishtar_common/templates/registration/activate.html +++ b/ishtar_common/templates/registration/activate.html @@ -7,7 +7,7 @@

{% trans "Account successfully activated" %}

-

{% trans "Log in" %}

+

{% trans "Log in" %}

{% else %} -- cgit v1.2.3