diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 21:31:04 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 21:31:04 -0500 |
commit | 30d6ecf6ed14781416bbca901a8de41e618abc5b (patch) | |
tree | 5536f6b3368febd41ccdc8c2adff9e18dc7d4333 | |
parent | 230e1bd7706b823bf0e57877ec22d17e4903b1a2 (diff) | |
download | mediagoblin-30d6ecf6ed14781416bbca901a8de41e618abc5b.tar.lz mediagoblin-30d6ecf6ed14781416bbca901a8de41e618abc5b.tar.xz mediagoblin-30d6ecf6ed14781416bbca901a8de41e618abc5b.zip |
We should link to the user's gallery, not the logged in person's gallery.
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 99e46a72..3148043b 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -33,8 +33,7 @@ {% include "mediagoblin/utils/object_gallery.html" %} <p><a href="{{ request.urlgen('mediagoblin.user_pages.user_gallery', - user= request.user['username']) }}">View all of {{ user.username }}'s media</a></p> - + user=user['username']) }}">View all of {{ user.username }}'s media</a></p> <a href={{ request.urlgen( 'mediagoblin.user_pages.atom_feed', |