Hello,
I'm playing around with the contrib.comments framework. I want to
change the preview form. For that I've copied preview.html to xgm/Blog/
templates/comments (xgm is my project, Blog is app). My template
loaders are:
TEMPLATE_LOADERS = (
'django.template.loaders.app_directories.load_template_source',
'django.template.loaders.filesystem.load_template_source',
)
But modification I make to the preview.html in my app dir does not
seem to be noticed.
What's wrong?
Thanks,
Florian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---