ajout classe formLabel à label sur admin-upload
This commit is contained in:
parent
797ae51899
commit
c9326f515c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
{{ template "header-html" }}
|
||||
<h1 class="heading1">Upload</h1>
|
||||
<form class="form uploadForm" action="/admin/documents/upload" method="post" enctype="multipart/form-data">
|
||||
<label class="" for="bucket">Type de document:</label>
|
||||
<label class="formLabel" for="bucket">Type de document:</label>
|
||||
|
||||
<select class="formSelect" name="bucket" id="bucket">
|
||||
<option class="formOption" value="proces-verbaux">Procès verbaux</option>
|
||||
|
|
Loading…
Reference in a new issue