Nested div inside django form -


I have a model form with output as.p () , now I want to add one or more Some fields need to be done with div to get different styling, I think because the forms come on page on Ajax calls, I can not loop on the form field in the template. How to do this

You can loop through the form field. take a look at .

Comments

Popular posts from this blog

php - How to filter values fetched from database on the basic of comma included? -

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -