1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().

This commit is contained in:
Klaas van Schelven
2024-11-08 09:55:28 +01:00
committed by Sarah Boyce
parent 1636912bf1
commit 1722f2db58
3 changed files with 30 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
{% extends "test_extends_block_error_parent.html" %}
{% block content %}{% include "missing.html" %}{% endblock %}
{% block content %}{% include "index.html" %}{% include "missing.html" %}{% include "index.html" %}{% endblock %}