This commit is contained in:
Jerome Morjon
2015-02-19 17:29:01 +01:00
parent 192605eaf1
commit d92ce6372d
5 changed files with 15 additions and 7 deletions

@ -5,7 +5,7 @@
<br>
<div class="col-md-3">
<legend>Créer une listeoeuvre:</legend>
<legend>Créer une liste oeuvre:</legend>
<form class="form-inline" method="POST" role="form" action="addListeOeuvre">
<input type="hidden" name="idUser" value="{{ $me->id }}">
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
@ -32,10 +32,8 @@
</form>
@endforeach
</table>
</div>
<div class="col-md-9">