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:
committed by
Sarah Boyce
parent
1636912bf1
commit
1722f2db58
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user