Use collection.url_for_self more; Add missing /a.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 5 May 2013 12:29:57 +0000 (14:29 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 5 May 2013 12:29:57 +0000 (14:29 +0200)
commitfc45b38626ba98d330137fad01a38e11c45f55aa
tree82c281e416606ef96a55738741c3a382e9da5c49
parentd13cd99483ee4ed699a23b3da1637fb0e7b62566
Use collection.url_for_self more; Add missing /a.

Using collection.url_for_self(request.urlgen) instead
of request.urlgen(lengthy) is so much nicer, so using
it around the place.

Also added a few missing </a> in one template.
mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html
mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html
mediagoblin/templates/mediagoblin/user_pages/collection_list.html
mediagoblin/user_pages/views.py