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 -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -