Enhanced title on the user's main media gallery

This commit is contained in:
Christopher Allan Webber 2011-11-13 14:42:03 -06:00
parent 7fc25d2720
commit ab56689017

View File

@ -26,6 +26,12 @@
user=user.username) }}">
{% endblock mediagoblin_head %}
{% block title %}
{%- trans username=user.username -%}
{{ username }}'s media
{%- endtrans %} — {{ super() }}
{% endblock %}
{% block mediagoblin_content -%}
<h1>
{%- trans username=user.username,