From 6f65e9eb907e690f02fe2e339e28fb306b293fd4 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 2 Jul 2011 14:30:33 -0500 Subject: [PATCH] More spacing / newline changes to media.html --- .../templates/mediagoblin/user_pages/media.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 %}