Changes between Initial Version and Version 1 of Ticket #28927


Ignore:
Timestamp:
Dec 14, 2017, 6:23:42 AM (7 years ago)
Author:
sodds
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28927 – Description

    initial v1  
    11This bug happens under the following conditions:
    221. Static files storage is ManifestStaticFilesStorage
    3 2. Parent template includes child template with {% include 'child.html' %} tag
    4 3. Child template uses {% load static %} at the top and uses {% static 'missingfile.css' %}
    5 4. Referenced static file does not exists (or is missing from .json manifest)
     32. Debug setting is False
     43. Parent template includes child template with {% include 'child.html' %} tag
     54. Child template uses {% load static %} at the top and uses {% static 'missingfile.css' %}
     65. Referenced static file does not exists (or is missing from .json manifest)
    67
    78The actual result is that the parent template renders fine but the child template does not get included
Back to Top