Django Login Form In Bootstrap Popup
Using django 1.5 + twitter bootstrap. Have a popup dropdown (bootstrap) login form on every page. Authentificating with right credentials working good. Now, my problem - need to ad
Solution 1:
If you don't want a page to reload you'll have to submit with ajax and do something on it's return method.
Post a Comment for "Django Login Form In Bootstrap Popup"