jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
814 stars 136 forks source link

Missing base.html #78

Open wkatsak opened 8 years ago

wkatsak commented 8 years ago

Hello,

Maybe I am missing something, but the FormPreview templates are trying to extend "base.html" which is nowhere to be found in the repo. I've tried to run the basic FormPreview example from the docs, and it doesn't work because of this.

Am I supposed to provide a base.html somehow?

Thanks, Bill

auvipy commented 7 years ago

as far I know base.html is your project base template?

mogoh commented 7 years ago

I ran into the same problem and asked the question at stack overflow. The documentation should be more extensive.

luzfcb commented 7 years ago

I think you can feel free to improve the documentation by sending a pull-request

Em 10/11/2017 13:17, "Mogoh Viol" notifications@github.com escreveu:

I ran into the same Problem and asked the question at stack overflow https://stackoverflow.com/questions/47184436/how-to-get-formpreview-from-django-formtools-to-work. The documentation should be more extensive.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/django/django-formtools/issues/78#issuecomment-343517027, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxSr1zfNUn2w7pwl5NrsXEv96mSNBl3ks5s1HcugaJpZM4KAol6 .

mogoh commented 7 years ago

Well, yes. Maybe I will.

Slightly off topic: My project already contains a base.html. What can I do?