Re: [mezzanine-users] How include a form in index.html?

2017-07-12 Thread sg . oleksandr . p
Ok, thank you) среда, 12 июля 2017 г., 16:38:14 UTC+3 пользователь Kenneth Bolton написал: > > > > On Wed, Jul 12, 2017 at 9:28 AM, > wrote: > >> Well, in general i haven't a lot of practice in Django. I'm on the way) >> > > Awesome! > > Your question is answered by

Re: [mezzanine-users] How include a form in index.html?

2017-07-12 Thread Ken Bolton
On Wed, Jul 12, 2017 at 9:28 AM, wrote: > Well, in general i haven't a lot of practice in Django. I'm on the way) > Awesome! Your question is answered by developing a basic understanding of Django, so get back to us once you have completed the Django tutorial. If you

Re: [mezzanine-users] How include a form in index.html?

2017-07-12 Thread sg . oleksandr . p
Well, in general i haven't a lot of practice in Django. I'm on the way) среда, 12 июля 2017 г., 16:08:52 UTC+3 пользователь Kenneth Bolton написал: > > Please answer my previous questions and I may be able to answer yours. -ken > > On Wed, Jul 12, 2017 at 8:29 AM, >

Re: [mezzanine-users] How include a form in index.html?

2017-07-12 Thread Ken Bolton
Please answer my previous questions and I may be able to answer yours. -ken On Wed, Jul 12, 2017 at 8:29 AM, wrote: > Thanks, Ken. Look, in my urls.py I have such routes: > > url("^$", direct_to_template, {"template": "index.html"}, name="home"), # > main page > >

Re: [mezzanine-users] How include a form in index.html?

2017-07-12 Thread sg . oleksandr . p
Thanks, Ken. Look, in my urls.py I have such routes: url("^$", direct_to_template, {"template": "index.html"}, name="home"), # main page url("^contact$", mezzanine.pages.views.page, {"slug": "/contact"}, name= "contact"), # contact form I want to include the same contact form also in my