diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index e2fee170..39770f39 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -28,9 +28,11 @@

{{media.title}}

+ {% autoescape False %}

{{ media.description_html }}

{% endautoescape %} +

— uploaded on {{ "%4d-%02d-%02d"|format(media.created.year, @@ -41,6 +43,7 @@ {{- media.uploader().username }}



+

Comments

{% if request.user %}
{{ comment['author']['username'] }} at - + {{ "%4d-%02d-%02d %02d:%02d"|format(comment.created.year, comment.created.month, @@ -75,8 +78,9 @@ comment.created.minute) }} - + {% endfor %} + {% include "mediagoblin/utils/pagination.html" %} {% endif %} @@ -100,6 +104,6 @@

{% else %} -

Sorry, no such media found.

+

Sorry, no such media found.

{% endif %} {% endblock %}