From 8154ecaf3a1a91ff82e88fc30db1d656c22e5a7f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 14 May 2013 14:57:37 -0500 Subject: [PATCH] Normalizing indentation a bit in media.html This commit sponsored by Christian Frank. Thank you! --- .../mediagoblin/user_pages/media.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index fa03c2dd..92c01c48 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -86,15 +86,15 @@

{{ media.description_html }}

{% endautoescape %} {% if comments %} - {% if app_config['allow_comments'] %} - - {% trans %}Add a comment{% endtrans %} - - {% endif %} + {% if app_config['allow_comments'] %} + + {% trans %}Add a comment{% endtrans %} + + {% endif %} {% if request.user %}