Open wkatsak opened 8 years ago
as far I know base.html is your project base template?
I ran into the same problem and asked the question at stack overflow. The documentation should be more extensive.
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 .
Well, yes. Maybe I will.
Slightly off topic: My project already contains a base.html. What can I do?
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