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
bc1f3bbf
Commit
bc1f3bbf
authored
Jul 08, 2019
by
Pierre Dittgen
Browse files
Allow HTML content in section description
parent
244fb27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/home.html
View file @
bc1f3bbf
...
...
@@ -9,7 +9,7 @@
<div
class=
"my-5"
>
<h2>
{{ section.title }}
</h2>
{% if section.description %}
<p
class=
"text-muted"
>
{{ section.description }}
</p>
<p
class=
"text-muted"
>
{{ section.description
| safe
}}
</p>
{% endif %}
<form
action=
"{{ url_for('custom_validator') }}"
method=
"GET"
>
<div
class=
"form-row"
>
...
...
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