mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-23 14:26:18 +00:00
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 %}
|
{% if moderation_mode and perms.bookwyrm.moderate_post %}
|
||||||
|
|
||||||
{# moderation options #}
|
{# 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 %}
|
{% csrf_token %}
|
||||||
<button class="button is-danger is-light" type="submit">
|
<button class="button is-danger is-light" type="submit">
|
||||||
{% trans "Delete status" %}
|
{% trans "Delete status" %}
|
||||||
|
|
Loading…
Reference in a new issue