Fix web_handlers avec nouvelles responses
This commit is contained in:
parent
9ebf27dbaf
commit
3ce7ac53ca
2 changed files with 84 additions and 58 deletions
|
@ -12,7 +12,7 @@
|
|||
<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">
|
||||
{{ range .Buckets }}
|
||||
{{ range .Data.Buckets }}
|
||||
<option class="formOption" value="{{ .Name }}">{{ .DisplayName }}</option>
|
||||
{{ end }}
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue