Zwischenstand

This commit is contained in:
nik8
2025-03-22 12:21:39 +01:00
parent 157daae740
commit 93b2675b9e
11 changed files with 218 additions and 91 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<div class="input-group border-blue-600 border-2 rounded-xl shadow-md mt-12">
<form method="post">
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Speichern</button>