Florian Lindner wrote: > 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? > It looks like the first template loader is probably finding the other freeform.html, so it goes with that. If you want it to look at your own templates first, switch the two around and see if that fixes it.
Thanks! Jeff Anderson
signature.asc
Description: OpenPGP digital signature

