Merge pull request #14 from liuxi28/fix/template-trans-tag

fix: correct trans tag syntax in password reset template
This commit is contained in:
Adil Mohak 2025-04-21 12:58:02 +03:00 committed by GitHub
commit d57f57bd50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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