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
For some reason we are having trouble with Django's templates and parent folders. We uploaded a sitebase.html file into the parent folder but none of the children folders can find the sitebase.html file. Is there a trick for setting this up that we haven't been able to find?
Collin Anderson
unread,
Aug 14, 2014, 4:51:44 PM8/14/14
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
Are you saying you have templates/sitebase.html and tempaltes/child/template.html, and you can't {% extends "sitebase.html" %} in your child/template.html?