aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-03 09:21:24 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-03 09:21:24 -0500
commit7a44bb16db549797e721433c240dfaa89020156d (patch)
tree5e7622bbcfb4c9ebdcdd84edb3e6ba7c66ba1934
parent8c9b1b2c14f68e559efb6f655e5d6ce082342f16 (diff)
downloadmediagoblin-7a44bb16db549797e721433c240dfaa89020156d.tar.lz
mediagoblin-7a44bb16db549797e721433c240dfaa89020156d.tar.xz
mediagoblin-7a44bb16db549797e721433c240dfaa89020156d.zip
user_gallery_url -> {{ user_gallery_url }} ... How embarassing.
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html
index da8db261..d23daccd 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/user.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/user.html
@@ -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',