Re: double forms

2022-05-08 Thread Aditya Priyadarshi
Write the get_context_data like this ``` def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) context['second_form'] = self.second_form return context ``` On Friday, 6 May 2022 at 21:42:07 UTC+5:30 andycod...@gmail.com wrote: > Hi I'm trying to put two for

Re: Images

2022-05-08 Thread Arshad Noman
First, you change the picture name and place it in the pictures folder like static or media folder then change the picture name in templates where you want the picture to be displayed