annotate gpp/templates/core/mp3comp_block.html @ 463:452835f4429f

Fixing #225; for some reason MySQL finds the user 'John' when searching for 'John ' (note trailing space). This doesn't happen on SQLite. This causes a NoReverseMatch when searching for 'John ' in the member search. The solution is to call strip() on the form field contents in the clean_username() method of the search form.
author Brian Neal <bgneal@gmail.com>
date Sat, 09 Jul 2011 02:00:48 +0000
parents 8e3f252e4fbb
children 06baec10cd20
rev   line source
bgneal@357 1 {% extends 'side_block.html' %}
bgneal@357 2 {% block block_title %}SG101 MP3 Comps{% endblock %}
bgneal@357 3 {% block block_content %}
bgneal@357 4 <a target="_blank" href="http://www.archive.org/details/SG101-2005_Mp3_Comp">2005</a>
bgneal@357 5 <a target="_blank" href="http://www.archive.org/details/SG101_2006_MP3_Compilation">2006</a>
bgneal@357 6 <a target="_blank" href="http://www.archive.org/details/SG1012007MP3">2007</a>
bgneal@357 7 <a target="_blank" href="http://www.archive.org/details/SurfGuitar101.com_2008_MP3_Compilation">2008</a>
bgneal@357 8 <a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2009Mp3Compilation">2009</a>
bgneal@357 9 <a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2010Mp3Compilation">2010</a>
bgneal@357 10 {% endblock %}