From: Christopher Allan Webber Date: Sat, 20 Aug 2011 14:00:30 +0000 (-0500) Subject: Just a bit of spacing to make things easier to read by a little bit. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f645bde8fde96d736f8873e22553c7ee3772c919;p=mediagoblin.git Just a bit of spacing to make things easier to read by a little bit. --- 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 %}
+