Merge pull request #14 from liuxi28/fix/template-trans-tag
fix: correct trans tag syntax in password reset template
This commit is contained in:
commit
d57f57bd50
@ -1,6 +1,6 @@
|
|||||||
{% extends 'registration/registration_base.html' %}
|
{% extends 'registration/registration_base.html' %}
|
||||||
{% load i18n %}
|
{% 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 %}
|
{% load crispy_forms_tags %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user