Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
dea8a6c6
Commit
dea8a6c6
authored
Dec 02, 2020
by
Mathieu Giraud
Browse files
views/sample_set/form.html: HEALTHCARE_COMPLIANCE is supposed to be False when it is not defined
Follows
!813
. As in
!855
.
parent
ea426df6
Pipeline
#192622
passed with stages
in 19 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/sample_set/form.html
View file @
dea8a6c6
...
...
@@ -47,7 +47,7 @@
<div
class=
"clear"
></div>
</div>
{{ pass }}
{{ if hasattr(defs, 'HEALTHCARE_COMPLIANCE')
and
not defs.HEALTHCARE_COMPLIANCE: }}
{{ if
not
hasattr(defs, 'HEALTHCARE_COMPLIANCE')
or
not defs.HEALTHCARE_COMPLIANCE: }}
<div>
<p>
<span
class=
'warn'
><b>
⚠️ Research Use Only.
</b></span>
...
...
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