HTML: remove elements for comment button style change

This commit is contained in:
Jef van Schendel 2012-04-01 17:11:57 +02:00
parent 2d65b47360
commit ff2e9dc0d6

View File

@ -114,8 +114,6 @@
</p>
{% endif %}
{% if comments %}
<h3>
<div class="right_align">
<a
{% if not request.user %}
href="{{ request.urlgen('mediagoblin.auth.login') }}"
@ -123,8 +121,6 @@
class="button_action" id="button_addcomment" title="Add a comment">
{% trans %}Add a comment{% endtrans %}
</a>
</div>
</h3>
{% if request.user %}
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
user= media.get_uploader.username,