From 00109d46942b1092b359a0acf35d13e49c14d1fa Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 5 Apr 2025 14:50:59 +0200 Subject: [PATCH] Abbrechen button --- django/templates/library/form.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/django/templates/library/form.html b/django/templates/library/form.html index 582cc39..4d7d13d 100644 --- a/django/templates/library/form.html +++ b/django/templates/library/form.html @@ -5,7 +5,16 @@
{% csrf_token %} {{ form.as_p }} - +
+ + Abbrechen + + +
{% endblock %} \ No newline at end of file