Make pagination on user profile point to the user gallery
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 3 Jul 2011 03:09:46 +0000 (22:09 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 3 Jul 2011 03:09:46 +0000 (22:09 -0500)
commit5949be9ad686b161b6c63696d9b0f5f1cff932d9
tree7211bf9799407cf2d7f1b811c455d55a07bfa962
parentd729012dd950c2cc27c61962fd55c7859026635d
Make pagination on user profile point to the user gallery

This required a couple of changes:
 - making a new render_pagination macro
 - switching things over to use that
mediagoblin/templates/mediagoblin/user_pages/media.html
mediagoblin/templates/mediagoblin/user_pages/user.html
mediagoblin/templates/mediagoblin/utils/object_gallery.html
mediagoblin/templates/mediagoblin/utils/pagination.html
mediagoblin/user_pages/views.py