Hello,
I'm using the contrib.comment framework to use free comments for my
blog. Now I want to change the form used for comment input. I have
placed a file Blog-App/templates/comments/freeform.html which is a
copy of django/contrib/commennts/templates/comments/freeform.html.
My template loader config looks like:
TEMPLATE_LOADERS = (
'django.template.loaders.app_directories.load_template_source',
'django.template.loaders.filesystem.load_template_source',
)
To my understanding now the freeform.html from my templates directory
should be used (like it is done with some other comments templates
I've placed there). But yet the other freeform.html is being used.
What am I doing 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
-~----------~----~----~----~------~----~------~--~---