I'm looking to include the same form into a template multiple times. For example:
I have a form which allow the user to add a Url ( with its description and title) into my app. But I would like to put a "+
" button which includes/prints the same form, so it will be unnecessary to refresh the page to add a new url. Basically, I just want to avoid the needing of refreshing the page to add multiple urls. It is actually possible with Django?
Thank you very much in advance, and sorry for my english.