1
0
mirror of https://github.com/django/django.git synced 2025-10-26 15:16:09 +00:00

[1.8.x] Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templates.

Backport of 6bff343989 from master
This commit is contained in:
Moritz Sichert
2015-03-10 21:21:28 +01:00
committed by Tim Graham
parent 1cd2584c98
commit 571e093a25
5 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{{ media }}
{{ test_form }}
{{ test_form.test_field }}