Fix note button display

This commit is contained in:
Thomas Sileo 2019-10-04 23:46:14 +02:00
parent 861e40372c
commit 3483936158

View file

@ -306,7 +306,6 @@
{% endif %} {% endif %}
{% endif %}
{% if obj.id | is_from_outbox %} {% if obj.id | is_from_outbox %}
<form action="/api/note/delete" class="action-form" method="POST"> <form action="/api/note/delete" class="action-form" method="POST">
@ -331,7 +330,7 @@
</form> </form>
{% endif %} {% endif %}
{% else %} {% endif %}
{% endif %} {% endif %}
{% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %} {% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %}