user_gallery_url -> {{ user_gallery_url }} ... How embarassing.

This commit is contained in:
Christopher Allan Webber 2011-07-03 09:21:24 -05:00
parent 8c9b1b2c14
commit 7a44bb16db

View File

@ -37,7 +37,7 @@
{% set pagination_base_url = user_gallery_url %}
{% include "mediagoblin/utils/object_gallery.html" %}
<p><a href="user_gallery_url">View all of {{ user.username }}'s media</a></p>
<p><a href="{{ user_gallery_url }}">View all of {{ user.username }}'s media</a></p>
<a href={{ request.urlgen(
'mediagoblin.user_pages.atom_feed',