Just a bit of spacing to make things easier to read by a little bit.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 20 Aug 2011 14:00:30 +0000 (09:00 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 20 Aug 2011 14:00:30 +0000 (09:00 -0500)
mediagoblin/templates/mediagoblin/user_pages/media.html

index 34fcdef34381e5ef1652e0ecc4a46d4a50bd7cf2..089c4c239e0fe0273e8fe7332e1fc5032ecb2c83 100644 (file)
              src="{{ request.app.public_store.file_url(
                          media.get_display_media(media.media_files)) }}" />
       </div>
+
       <h2 class="media_title">
-        {{media.title}}
+        {{ media.title }}
       </h2>
+
       <p class="media_uploader">
         {% trans date="%4d-%02d-%02d"|format(
                    media.created.year,
           Uploaded on {{ date }} by <a href="{{ user_url }}">{{ username }}</a>
         {%- endtrans %}
       </p>
+
       {% autoescape False %}
         <p>{{ media.description_html }}</p>
       {% endautoescape %}
+
       <br />
       <h3>{% trans %}Comments{% endtrans %}</h3>
+
       {% if request.user %}
         <form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment', 
                                          user= media.uploader().username,
             {% else %}
               <div class="comment_wrapper" id="comment-{{ comment['_id'] }}">
            {% endif %}
+
             <div class="comment_content">
               {% autoescape False %}
                 {{ comment.content_html }}
               {% endautoescape %}
             </div>
+
             <div class="comment_author">&mdash; 
               <a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
                             user = comment_author['username']) }}">