forked from mirrors/bookwyrm
Remove useless style on non-dropdown element
This commit is contained in:
parent
c86800be01
commit
2987029a7d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{% if moderation_mode and perms.bookwyrm.moderate_post %}
|
||||
|
||||
{# moderation options #}
|
||||
<form class="dropdown-item pt-0 pb-0" name="delete-{{status.id}}" action="/delete-status/{{ status.id }}" method="post">
|
||||
<form name="delete-{{status.id}}" action="/delete-status/{{ status.id }}" method="post">
|
||||
{% csrf_token %}
|
||||
<button class="button is-danger is-light" type="submit">
|
||||
{% trans "Delete status" %}
|
||||
|
|
Loading…
Reference in a new issue