Removing this commented out </div><div> from the media template
This commit is contained in:
parent
7baaea38a6
commit
29beee8ceb
@ -74,10 +74,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="comment_author">—
|
<div class="comment_author">—
|
||||||
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
|
||||||
user = comment_author['username']) }}">
|
user = comment_author['username']) }}">
|
||||||
{{ comment_author['username'] }}</a> {% trans %}at{% endtrans %}
|
{{ comment_author['username'] }}</a>
|
||||||
<!--</div>
|
{% trans %}at{% endtrans %}
|
||||||
<div class="comment_datetime">-->
|
|
||||||
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.view_comment',
|
<a href="{{ request.urlgen('mediagoblin.user_pages.media_home.view_comment',
|
||||||
comment = comment['_id'],
|
comment = comment['_id'],
|
||||||
user = media.uploader().username,
|
user = media.uploader().username,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user