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 %}