Fix issues found while testing login pages. #6295

This commit is contained in:
Aditya Toshniwal
2023-07-11 18:12:06 +05:30
committed by GitHub
parent def1f31ba8
commit ac5be70c60
9 changed files with 18 additions and 11 deletions

View File

@@ -7,4 +7,3 @@
'errorMessage': error_message,
} %}
{% extends "security/render_page.html" %}
{% block title %}{{ _('Authentication Registration') }}{% endblock %}

View File

@@ -8,4 +8,3 @@
'csrfToken': csrf_token()
} %}
{% extends "security/render_page.html" %}
{% block title %}{{ _('Authentication') }}{% endblock %}