Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
665459f6
Commit
665459f6
authored
Aug 20, 2019
by
Mihai
Browse files
Make file selection mandatory in the batch job webpage (
#481
)
parent
fd58a127
Changes
1
Hide whitespace changes
Inline
Side-by-side
mutalyzer/website/templates/batch-jobs.html
View file @
665459f6
...
...
@@ -46,7 +46,7 @@
<div
class=
"form-group"
>
<label
for=
"file"
>
File
</label>
<input
type=
"file"
name=
"file"
id=
"file"
>
<input
type=
"file"
name=
"file"
id=
"file"
required
>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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