Mercurial > public > sg101
log gpp/templates/base.html @ 539:2f0a372c92b4
age | author | description |
---|---|---|
Sat, 07 Jan 2012 02:12:52 +0000 | Brian Neal | Update the copyright year in the base template. |
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. |