Mercurial > public > sg101
view gpp/templates/core/mp3comp_block.html @ 507:8631d32e6b16
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.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 04 Dec 2011 03:05:21 +0000 |
parents | 8e3f252e4fbb |
children | 06baec10cd20 |
line wrap: on
line source
{% extends 'side_block.html' %} {% block block_title %}SG101 MP3 Comps{% endblock %} {% block block_content %} <a target="_blank" href="http://www.archive.org/details/SG101-2005_Mp3_Comp">2005</a> <a target="_blank" href="http://www.archive.org/details/SG101_2006_MP3_Compilation">2006</a> <a target="_blank" href="http://www.archive.org/details/SG1012007MP3">2007</a> <a target="_blank" href="http://www.archive.org/details/SurfGuitar101.com_2008_MP3_Compilation">2008</a> <a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2009Mp3Compilation">2009</a> <a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2010Mp3Compilation">2010</a> {% endblock %}