I haven't used the form wizard, but it seems like your forms are in
...templates/wha/

Django is looking for your form at
...templates/wha/forms/wizard.html

you have them in
...templates/wha/contact/forms/wizard.html

try adding
...templates/wha/contact/forms
or
...templates/what/contact

to your template settings.



On Jun 3, 6:06 pm, adelaide_mike <mike.ro...@internode.on.net> wrote:
> My non-wizard templates are in this directory, all working as
> expected:
> my_wha_templates/wha/
>
> I have built a form wizard in my whasite.wha.forms.py exactly as per
> the docs.  I have pasted the suggested template HTML into a file:
> my_wha_templates/wha/contact/forms/wizard.html
>
> My urls.py is within the app and is as per the docs.  So I 
> tryhttp://localhost:8000/wha/contact
>
> This raises an exception:
> TemplateDoesNotExist at wha/contact/
> Exception value forms/wizard.html
>
> I seem to have something in the wrong place or with the wrong name.
> Where or what should it be?
>
> Thanks for past and future help.  Feeling a bit like the Black Knight
> here.
>
> Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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