diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-20 08:56:21 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-20 08:56:21 -0500 |
commit | 29beee8cebf042f00a84c8aca0da9610b71e53b4 (patch) | |
tree | b240ff4aa2939f95becb79727afc72415841a634 | |
parent | 7baaea38a6cc5514daa4464b6e79c896fff78019 (diff) | |
download | mediagoblin-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.html | 7 |
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">— <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, |