mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
Fixed? Idek
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user