Fixed? Idek

This commit is contained in:
2025-04-16 15:38:15 +02:00
parent b8a131e990
commit a7d68ae07d
5 changed files with 44 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ Edit service
{% endblock %}
{% block content %}
<form class="form bg-body-tertiary" method="POST">
<form class="form bg-body-tertiary" method="POST" enctype="multipart/form-data">
{{ form.hidden_tag() }}
<div>
{{ form.name.label }} <br> {{ form.name() }}