mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Thanks Ling-Xiao Yang for the report and test, and Preston Timmons for the fix.
This commit is contained in:
3
tests/template_tests/templates/27956_child.html
Normal file
3
tests/template_tests/templates/27956_child.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% extends "27956_parent.html" %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
Reference in New Issue
Block a user