Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
bc1f3bbf
Commit
bc1f3bbf
authored
Jul 08, 2019
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow HTML content in section description
parent
244fb27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
validata_ui/templates/home.html
validata_ui/templates/home.html
+1
-1
No files found.
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
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