aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-08-20 08:56:21 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-08-20 08:56:21 -0500
commit29beee8cebf042f00a84c8aca0da9610b71e53b4 (patch)
treeb240ff4aa2939f95becb79727afc72415841a634
parent7baaea38a6cc5514daa4464b6e79c896fff78019 (diff)
downloadmediagoblin-29beee8cebf042f00a84c8aca0da9610b71e53b4.tar.lz
mediagoblin-29beee8cebf042f00a84c8aca0da9610b71e53b4.tar.xz
mediagoblin-29beee8cebf042f00a84c8aca0da9610b71e53b4.zip
Removing this commented out </div><div> from the media template
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html
index e1175fc4..34fcdef3 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -74,10 +74,9 @@
</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,