Remove gridify_*
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 4 Dec 2012 16:28:53 +0000 (17:28 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 4 Dec 2012 16:31:12 +0000 (17:31 +0100)
commit2222278dcdf70a1dbcba0e5955344259d0697752
tree07bb040b495c37ca389e3c6153e54c9759cbebbe
parent1244ffc8f5c3617bab98b560dcd57d51bc5afbd4
Remove gridify_*

We injected a gridify_list and gridify_cursor function into each jinja2
template that we render. This was used to split the list of media_entries
into batches of 5 for nicer table columns. However, jinja2 has a nice |batch
filter built in that does the job for us just as well with less code (on our side)

Less code=good

so let's merge this one.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/templates/mediagoblin/utils/collection_gallery.html
mediagoblin/templates/mediagoblin/utils/object_gallery.html
mediagoblin/tools/template.py