require-necessary-fields #590

Merged
philipp merged 5 commits from require-necessary-fields into staging 2024-06-10 20:59:40 +02:00
Showing only changes of commit c9b67f5790 - Show all commits

View File

@ -279,4 +279,8 @@
</details>
<input class="btn btn-primary" type="submit" value="Ausfahrt beenden" />
</form>
<a href="/log/{{ log.id }}/delete"
class="btn btn-alert w-full absolute bottom-0 left-0"
style="border-radius: 0"
onclick="return confirm('Willst du diesen Eintrag wirklich löschen? Die Daten gehen verloren');">Löschen</a>
{% endmacro home %}