HTML: remove elements for comment button style change
This commit is contained in:
parent
2d65b47360
commit
ff2e9dc0d6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user