How do determine which {% load %} item is missing?
3 views
Skip to first unread message
Joshua Russo
unread,
Nov 22, 2011, 7:54:17 PM11/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I've noticed that instead of generating an error, if a filter or tag is used that is not found in a {% load %} item, the include that contains the error is just skipped. Is there anyway to debug which filter/tag is failing?