diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html index 1cbe3ae..6ae7de4 100644 --- a/templates/registration/password_reset_confirm.html +++ b/templates/registration/password_reset_confirm.html @@ -1,6 +1,6 @@ {% extends 'registration/registration_base.html' %} {% load i18n %} -{% block title %}{% trans 'New Password | Learning management system %}{% endblock title %} +{% block title %}{% trans 'New Password | Learning management system' %}{% endblock title %} {% load crispy_forms_tags %} {% block content %}