Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Bulté
validata-ui
Commits
701345d9
Commit
701345d9
authored
Dec 03, 2018
by
Johan Richer
Browse files
clarify "fichier tabulaire" in validation form
parent
fd0a68ce
Changes
1
Show whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_form.html
View file @
701345d9
...
...
@@ -55,7 +55,7 @@
<form
method=
"POST"
enctype=
"multipart/form-data"
>
<input
type=
"hidden"
name=
"input"
value=
"file"
/>
<div
class=
"form-group"
>
<label
for=
"file"
>
Choisissez un fichier tabulaire à valider
</label>
<label
for=
"file"
>
Choisissez un fichier tabulaire à valider
(.xlsx, .xls, .ods, .csv, .tsv, etc.)
</label>
<input
type=
"file"
class=
"form-control-file"
name=
"file"
id=
"file"
accept=
".csv, .xls, .xlsx, .ods"
/>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
>
Valider
</button>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment