feat: Make edit buttons flex

This commit is contained in:
moanos [he/him] 2025-01-04 09:48:16 +01:00
parent 561a30b7ab
commit 568874e6dd

View File

@ -7,7 +7,7 @@
{% if adoption_notice.further_information %} {% if adoption_notice.further_information %}
<p>{% translate "Externe Quelle" %}: {{ adoption_notice.link_to_more_information | safe }}</p> <p>{% translate "Externe Quelle" %}: {{ adoption_notice.link_to_more_information | safe }}</p>
{% endif %} {% endif %}
<div> <div class="container-edit-buttons">
<form method="post"> <form method="post">
{% csrf_token %} {% csrf_token %}
<input type="hidden" <input type="hidden"