annotate gpp/templates/core/mp3comp_block.html @ 532:ff67946fd4b0
For #242, move the updating of the POTD sequence into a new signals module.
When photos are deleted from the admin changelist in bulk, the individual
delete() functions on the photo objects is not called. However, the post_delete
signal is called for each object.
author |
Brian Neal <bgneal@gmail.com> |
date |
Sun, 25 Dec 2011 04:15:32 +0000 |
parents |
06baec10cd20 |
children |
|
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@530
|
10 <a target="_blank" href="http://www.archive.org/details/Surfguitar101.com2011Mp3Compilation">2011</a>
|
bgneal@357
|
11 {% endblock %}
|