This commit is contained in:
alexandre-pereira 2015-03-21 13:38:45 +01:00
commit 63407ff378
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<div class="form-group">
<label for="nomListe">Nouvelle liste :</label>
<div class="input-group">
<input type="text" id="nomListe" name="nomListe" class="form-control" placeholder="Nom de la liste">
<input type="text" id="nomListe" name="nomListe" required="required" class="form-control" placeholder="Nom de la liste">
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-plus"></span></button>
</span>