adds link from gallery back to user page
This commit is contained in:
parent
850746677f
commit
4cf2287a11
@ -26,7 +26,9 @@
|
|||||||
|
|
||||||
{% block mediagoblin_content -%}
|
{% block mediagoblin_content -%}
|
||||||
{% if user %}
|
{% 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" %}
|
{% include "mediagoblin/utils/object_gallery.html" %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user