having a form.post refresh the page
I might be trying to tackle this the wrong way- but I'm looking for a way to have a <form method="POST">...</form> refresh the view.
The use case is a login page - I'm using Django back end, and the default login setup logs in and redirects you to a default page, or a specified page if you're provided a URL. WIth the default jQueryMobile setup, that leads you to a navigation push - which in the case of a login I'd like to disable, since navigating back to the login page isn't intended or desired.
Any suggestions on how to resovle this?