feat: Style buttons as in other forms

This commit is contained in:
moanos [he/him] 2025-01-09 06:14:45 +01:00
parent 860da7f06a
commit 087f58c9ac

View File

@ -16,7 +16,7 @@
<p><b>{% translate "Kommentar zur Meldung" %}:</b> <p><b>{% translate "Kommentar zur Meldung" %}:</b>
{{ report.user_comment }} {{ report.user_comment }}
</p> </p>
<div> <div class="container-edit-buttons">
<form action="allow" class=""> <form action="allow" class="">
{% csrf_token %} {% csrf_token %}
<input type="hidden" name="report_id" value="{{ report.pk }}"> <input type="hidden" name="report_id" value="{{ report.pk }}">