django-formtools icon indicating copy to clipboard operation
django-formtools copied to clipboard

Missing base.html

Open wkatsak opened this issue 8 years ago • 4 comments

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

wkatsak avatar Sep 19 '16 15:09 wkatsak

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

auvipy avatar Jan 19 '17 05:01 auvipy

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

mogoh avatar Nov 10 '17 16:11 mogoh

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

Em 10/11/2017 13:17, "Mogoh Viol" [email protected] 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 .

luzfcb avatar Nov 10 '17 16:11 luzfcb

Well, yes. Maybe I will.

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

mogoh avatar Nov 10 '17 16:11 mogoh