This commit is contained in:
julien
2026-03-30 00:23:34 +02:00
parent 4aa7cc2d15
commit b4a80013d5
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<label class="field">
<span class="field-label">Nouvelle image</span>
<input class="control" type="file" name="image" accept="image/jpeg,image/png" required>
<span class="field-help">Formats acceptés : JPG et PNG. Limite : 10 Mo. Les fichiers sont stockés tels quels, sans transformation.</span>
<span class="field-help">Formats : JPG, PNG. Taille maximale : 10 Mo.</span>
</label>
<button class="button" type="submit">Envoyer</button>
</form>