#17362: include with filename unquoted fails silently
---------------------------------+--------------------
Reporter: adrian_nye@… | Owner: nobody
Type: New feature | Status: new
Component: Template system | Version: 1.3
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+--------------------
{% include overview_views.html %}
obviously should be:
{% include "overview_views.html" %}
But if the quotes are missing, the file is not included and there is no
error message.
It would be better to include the file anyway if possible, and
if that is not possible then display an error message.
--
Ticket URL: <https://code.djangoproject.com/ticket/17362>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.