Re: Regarding rendering templates query

2020-05-25 Thread Karthiki Chowdary
Okay I will try thankyou On Mon, 25 May, 2020, 10:51 pm Joe Leger, wrote: > Where you are rendering a single image, instead use a for loop to render > all of your images like so: > {% for image in images %} > > {% endfor %} > > > On Monday, May 25, 2020 at 11:10:47 AM UTC-4, Karthiki

Re: Regarding rendering templates query

2020-05-25 Thread Joe Leger
Where you are rendering a single image, instead use a for loop to render all of your images like so: {% for image in images %} {% endfor %} On Monday, May 25, 2020 at 11:10:47 AM UTC-4, Karthiki Chowdary wrote: > > Hi, > > I have a query in in templates i was a beginner in django and

Regarding rendering templates query

2020-05-25 Thread Karthiki Chowdary
Hi, I have a query in in templates i was a beginner in django and python. Please help me out in this query . For suppose i have a buttons on client browser like SKINCARE or HAIR CARE products if i click on that buttons it should display the logos of skin care products or hair care