1
0
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:
Tim Graham
2017-03-25 08:22:12 -04:00
committed by GitHub
parent f42c7cc87b
commit e643ba8bcf
5 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
{% extends "27956_parent.html" %}
{% block content %}{% endblock %}