chore: added logger and closes #33

This commit is contained in:
2023-10-06 09:45:47 +01:00
parent 84b9c40a72
commit 73511ec401
7 changed files with 150 additions and 5 deletions

View File

@@ -316,6 +316,11 @@
Image File
</span>
</button>
{{ if .ImageError }}
<span class="form-msg error">
The provided image was not valid for this model
</span>
{{ end }}
<input id="file" name="file" type="file" required accept="image/png" />
</div>
</fieldset>