Enhanced title on the user's main media gallery
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 13 Nov 2011 20:42:03 +0000 (14:42 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 13 Nov 2011 20:42:03 +0000 (14:42 -0600)
mediagoblin/templates/mediagoblin/user_pages/gallery.html

index 86105493f330796367047c4a9f20b18dca8e90fe..b066dd71d08ef5e1565b14c64c2af0abf1ba7a6f 100644 (file)
                        user=user.username) }}">
 {% endblock mediagoblin_head %}
 
+{% block title %}
+  {%- trans username=user.username -%}
+    {{ username }}'s media
+  {%- endtrans %} &mdash; {{ super() }}
+{% endblock %}
+
 {% block mediagoblin_content -%}
   <h1>
     {%- trans username=user.username,