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
genotoul-bioinfo
D-GENIES
Commits
ec7b858f
Commit
ec7b858f
authored
Jul 12, 2018
by
Floreal Cabanettes
Browse files
Allow html in inforun
parent
bc27d632
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/templates/run.html
View file @
ec7b858f
...
...
@@ -28,7 +28,7 @@
</style>
{% if inforun is not none %}
<div
class=
"inforun {{ inforun.type }}"
>
{{ inforun.message }}
{{ inforun.message
| safe
}}
</div>
{% endif %}
<form
id=
"submit_minimap"
method=
post
action=
"#"
>
...
...
Write
Preview
Markdown
is supported
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