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