Re: Regarding to Correction my error

2019-08-14 Thread RONAK JAIN
Thanks for help... On Wed, Aug 14, 2019 at 7:27 PM Manzur Alahi wrote: > For image: use *** src = "{{course.img.url}}" > > for the horizontal list issue, that seems to be an issue with html or css > styling, sorry to say i'm not good with these things. > > -- > You received this message because

Re: Regarding to Correction my error

2019-08-14 Thread Manzur Alahi
For image: use *** src = "{{course.img.url}}" for the horizontal list issue, that seems to be an issue with html or css styling, sorry to say i'm not good with these things. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from t

Re: Regarding to Correction my error

2019-08-14 Thread Manzur Alahi
> > 1. you are naming the dictionary ***context2 then you are also assigning a > key named ***context2 that is probably creating a confusion maybe you > should try changing the name of the dictionary > 2. unless you require exact key-values in your view i suggest you consider passing a list