I'm trying to use a FormPreview as described in the Django documentation and
am getting this error:

Template error:
In template
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/contrib/formtools/templates/formtools/form.html,
error at line 1
   Caught TemplateDoesNotExist while rendering: base.html
   1 :  {% extends "base.html" %}
(snipped)

I'm not using a project by using ROOT_URLCONF = 'urls'
I've added os.path.join(os.path.dirname(__file__),
'templates').replace('\\','/'), to my TEMPLATE_DIRS.
I've added
'/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/contrib/formtools/templates/',
to TEMPLATE_DIRS and that didn't help.
I've added 'django.contrib.formtools', to my INSTALLED_APPS.
I've added 'django.template.loaders.app_directories.Loader', to my
TEMPLATE_LOADERS.

Any ideas?

Jacob

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to