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
d2519ac8
Commit
d2519ac8
authored
Oct 11, 2018
by
Christophe Benz
Browse files
Do not consider author safe
prefer removing escaping HTML chars in schemas
parent
339a191e
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_form.html
View file @
d2519ac8
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
{% if val_info.author or val_info.contributor %}
{% if val_info.author or val_info.contributor %}
<p
class=
"text"
>
<p
class=
"text"
>
{% if val_info.author %}
{% if val_info.author %}
Auteur : {{ val_info.author
| safe
}}
Auteur : {{ val_info.author }}
{% endif %}
{% endif %}
{% if val_info.contributor %}
{% if val_info.contributor %}
<br
/>
Contributeur(s) : {{ val_info.contributor }}
<br
/>
Contributeur(s) : {{ val_info.contributor }}
...
...
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