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
Validata
Validata UI
Commits
00bdd001
Commit
00bdd001
authored
Nov 12, 2018
by
Pierre Dittgen
Browse files
Filtre sur l'extension du nom de fichier à valider
parent
2b9c92a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_form.html
View file @
00bdd001
...
...
@@ -56,7 +56,7 @@
<input
type=
"hidden"
name=
"input"
value=
"file"
/>
<div
class=
"form-group"
>
<label
for=
"file"
>
Choisissez un fichier tabulaire à valider
</label>
<input
type=
"file"
class=
"form-control-file"
name=
"file"
id=
"file"
/>
<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>
</form>
...
...
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