Removing this commented out </div><div> from the media template
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 20 Aug 2011 13:56:21 +0000 (08:56 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 20 Aug 2011 13:56:21 +0000 (08:56 -0500)
mediagoblin/templates/mediagoblin/user_pages/media.html

index e1175fc4d913c97894f83fcad64c933437dc87c1..34fcdef34381e5ef1652e0ecc4a46d4a50bd7cf2 100644 (file)
             </div>
             <div class="comment_author">&mdash; 
               <a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
-                                user = comment_author['username']) }}">
-              {{ comment_author['username'] }}</a> {% trans %}at{% endtrans %} 
-            <!--</div>
-            <div class="comment_datetime">-->
+                            user = comment_author['username']) }}">
+                {{ comment_author['username'] }}</a>
+              {% trans %}at{% endtrans %} 
               <a href="{{ request.urlgen('mediagoblin.user_pages.media_home.view_comment',
                       comment = comment['_id'],
                       user = media.uploader().username,