Removing this commented out </div><div> from the media template

This commit is contained in:
Christopher Allan Webber 2011-08-20 08:56:21 -05:00
parent 7baaea38a6
commit 29beee8ceb

View File

@ -75,9 +75,8 @@
<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">-->
{{ 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,