From 0c0506505b3d8d272898d7a40325fd619e2eccbc Mon Sep 17 00:00:00 2001 From: Danhia Date: Tue, 7 Sep 2021 20:42:18 +0000 Subject: [PATCH] fixed missing translation header in password reset templates --- src/templates/registration/password_reset_confirm.html | 1 + src/templates/registration/password_reset_done.html | 1 + src/templates/registration/password_reset_form.html | 1 + 3 files changed, 3 insertions(+) diff --git a/src/templates/registration/password_reset_confirm.html b/src/templates/registration/password_reset_confirm.html index 9d72c10..10c79cf 100644 --- a/src/templates/registration/password_reset_confirm.html +++ b/src/templates/registration/password_reset_confirm.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% load i18n %}
diff --git a/src/templates/registration/password_reset_done.html b/src/templates/registration/password_reset_done.html index a342731..6ea8501 100644 --- a/src/templates/registration/password_reset_done.html +++ b/src/templates/registration/password_reset_done.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% load i18n %}
diff --git a/src/templates/registration/password_reset_form.html b/src/templates/registration/password_reset_form.html index 2982d61..022da95 100644 --- a/src/templates/registration/password_reset_form.html +++ b/src/templates/registration/password_reset_form.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% block content %} +{% load i18n %}