mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix issues found while testing login pages. #6295
This commit is contained in:
@@ -7,4 +7,3 @@
|
||||
'errorMessage': error_message,
|
||||
} %}
|
||||
{% extends "security/render_page.html" %}
|
||||
{% block title %}{{ _('Authentication Registration') }}{% endblock %}
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
'csrfToken': csrf_token()
|
||||
} %}
|
||||
{% extends "security/render_page.html" %}
|
||||
{% block title %}{{ _('Authentication') }}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user