fixed showing pdfs to download and not allowing in future

This commit is contained in:
Luca Haid
2025-09-01 14:07:59 +02:00
parent 771ad058ab
commit 80470bf9bd
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -216,7 +216,7 @@
<div class="card">
<h5 class="card-header">Oder Plan hochladen</h5>
<div class="card-body">
<input type="file" class="form-control" name="consent_plan_image" id="consent_plan_image" />
<input type="file" class="form-control" name="consent_plan_image" id="consent_plan_image" accept="image/png, image/jpeg, image/jpg" />
</div>
</div>