Uniformize style a little bit

This commit is contained in:
2024-06-07 19:26:28 +02:00
parent 49d60871c9
commit 9c764d536e
8 changed files with 31 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
<form method="post" action="{{ path('app_species_delete', {'id': species.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ species.id) }}">
<button class="btn">Delete</button>
<button class="btn btn-danger">Delete</button>
</form>