fix: correct syntax error in {% trans %} block in password_reset_confirm.html

This commit is contained in:
刘希 2025-04-06 01:33:39 +08:00
parent 233faaa638
commit 8d9bb883cf

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