diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 34fcdef3..089c4c23 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -28,9 +28,11 @@ src="{{ request.app.public_store.file_url( media.get_display_media(media.media_files)) }}" /> +

- {{media.title}} + {{ media.title }}

+

{% trans date="%4d-%02d-%02d"|format( media.created.year, @@ -42,11 +44,14 @@ Uploaded on {{ date }} by {{ username }} {%- endtrans %}

+ {% autoescape False %}

{{ media.description_html }}

{% endautoescape %} +

{% trans %}Comments{% endtrans %}

+ {% if request.user %}
{% endif %} +
{% autoescape False %} {{ comment.content_html }} {% endautoescape %}
+