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

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

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -