metadata: nom de la métadonnée requis

This commit is contained in:
Gabriel Poma 2023-04-19 11:03:57 +02:00
parent f9af7f969e
commit b037685c57
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
</div>
<form id="form_metadata_add">
<div class="input-group mt-3">
<input name="metadata_key" type="text" class="form-control" placeholder="Ma nouvelle metadonnée" aria-label="Recipient's username">
<input name="metadata_key" type="text" class="form-control" placeholder="Ma nouvelle metadonnée" required aria-label="Recipient's username">
<button class="btn btn-outline-secondary" type="submit">Ajouter</button>
</div>
</form>