HTML: remove elements for comment button style change
This commit is contained in:
parent
2d65b47360
commit
ff2e9dc0d6
@ -114,8 +114,6 @@
|
|||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if comments %}
|
{% if comments %}
|
||||||
<h3>
|
|
||||||
<div class="right_align">
|
|
||||||
<a
|
<a
|
||||||
{% if not request.user %}
|
{% if not request.user %}
|
||||||
href="{{ request.urlgen('mediagoblin.auth.login') }}"
|
href="{{ request.urlgen('mediagoblin.auth.login') }}"
|
||||||
@ -123,8 +121,6 @@
|
|||||||
class="button_action" id="button_addcomment" title="Add a comment">
|
class="button_action" id="button_addcomment" title="Add a comment">
|
||||||
{% trans %}Add a comment{% endtrans %}
|
{% trans %}Add a comment{% endtrans %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
</h3>
|
|
||||||
{% if request.user %}
|
{% if request.user %}
|
||||||
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
|
||||||
user= media.get_uploader.username,
|
user= media.get_uploader.username,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user