Ajouter CSS pour header et pages principales #75
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
{{ template "header-html" }}
|
||||
<h1 class="heading1">Upload</h1>
|
||||
<form class="form uploadForm" action="/admin/documents/upload" method="post" enctype="multipart/form-data">
|
||||
<form class="form adminUploadForm" action="/admin/documents/upload" method="post" enctype="multipart/form-data">
|
||||
<label class="formLabel" for="bucket">Type de document:</label>
|
||||
|
||||
<select class="formSelect" name="bucket" id="bucket">
|
||||
|
|
Loading…
Reference in a new issue