adds link from gallery back to user page

This commit is contained in:
cfdv 2011-06-16 17:28:46 -05:00
parent 850746677f
commit 4cf2287a11

View File

@ -26,7 +26,9 @@
{% block mediagoblin_content -%}
{% if user %}
<h1>'{{ user.username }}' gallery</h1>
<h1>gallery for <a href="{{ request.urlgen(
'mediagoblin.user_pages.user_home',
user=user.username) }}">{{ user.username }}</a></h1>
{% include "mediagoblin/utils/object_gallery.html" %}