Fix note button display
This commit is contained in:
parent
861e40372c
commit
3483936158
1 changed files with 1 additions and 2 deletions
|
@ -306,7 +306,6 @@
|
|||
{% endif %}
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if obj.id | is_from_outbox %}
|
||||
<form action="/api/note/delete" class="action-form" method="POST">
|
||||
|
@ -331,7 +330,7 @@
|
|||
</form>
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %}
|
||||
|
|
Loading…
Reference in a new issue