From: Christopher Allan Webber Date: Sun, 13 Nov 2011 20:42:03 +0000 (-0600) Subject: Enhanced title on the user's main media gallery X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ab56689017daa985f3938af4710f3c76ad415bda;p=mediagoblin.git Enhanced title on the user's main media gallery --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/gallery.html b/mediagoblin/templates/mediagoblin/user_pages/gallery.html index 86105493..b066dd71 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/gallery.html +++ b/mediagoblin/templates/mediagoblin/user_pages/gallery.html @@ -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 -%}

{%- trans username=user.username,