Fix HTML templates missing correct HTML tags (#14448)

This commit is contained in:
Erik Johnston 2022-11-16 11:14:38 +00:00 committed by GitHub
parent 1eed795fc5
commit 5cb6ad3b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 23 additions and 0 deletions

1
changelog.d/14448.bugfix Normal file
View File

@ -0,0 +1 @@
Fix rendering of some HTML templates (including emails). Introduced in v1.71.0.

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Invalid renewal token.{% endblock %}
{% block body %}

View File

@ -1,3 +1,5 @@
{% extends "_base.html" %}
{% block title %}New activity in room{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Password reset{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Password reset confirmation{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Password reset failure{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Password reset success{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Authentication{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Registration{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Registration failure{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Your email has now been validated{% endblock %}
{% block body %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Authentication{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}SSO account deactivated{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Create your account{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Authentication failed{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Confirm it's you{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Authentication successful{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Authentication failed{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Choose identity provider{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Agree to terms and conditions{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Continue to your account{% endblock %}
{% block header %}

View File

@ -1,3 +1,4 @@
{% extends "_base.html" %}
{% block title %}Authentication{% endblock %}
{% block header %}