Mercurial > public > sg101
log gpp/templates/base.html @ 507:8631d32e6b16
age | author | description |
---|---|---|
Sun, 04 Dec 2011 03:05:21 +0000 | Brian Neal | Some users are still having problems with the pop-up login. I think they are actually getting 403s because of the CSRF protection. So I have modified the base template to always have a javascript variable called csrf_token available when they aren't logged in. The ajax_login.js script was then modified to send this value with the ajax post. Fingers crossed. |
Sat, 03 Dec 2011 02:48:18 +0000 | Brian Neal | For #240, add an "ajaxy" login via a jQuery UI pop-up dialog to streamline the login process. |
Sun, 06 Nov 2011 01:14:26 +0000 | Brian Neal | Backout last change. Stay xhtml for now. |