Re: From and Template in Django

2020-02-25 Thread Naveen Arora
Hi ben, You can use the same form any number of times passing it through views. Also, you can create a form.html which you can include anywhere for HTML forms using include tag. Cheers Naveen Arora On Wednesday, 26 February 2020 04:25:29 UTC+5:30, ben aziz zizah wrote: > > Is that possible to

Re: From and Template in Django

2020-02-25 Thread Juan Pablo Romero Bernal
Hi, Yes, you can use an instance of Form in more than one template: See: https://docs.djangoproject.com/en/3.0/topics/forms/ for more details. On Tue, Feb 25, 2020 at 4:54 PM ben aziz zizah wrote: > Is that possible to use the same form in more than one template > > -- > You received this mes

From and Template in Django

2020-02-25 Thread ben aziz zizah
Is that possible to use the same form in more than one template -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To vi