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
eefa8698
Commit
eefa8698
authored
Nov 12, 2018
by
Pierre Dittgen
Browse files
Ajout du message 'Aucune erreur de contenu'
parent
b4a06b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/validation_report.html
View file @
eefa8698
...
@@ -70,6 +70,16 @@
...
@@ -70,6 +70,16 @@
<!-- row checks -->
<!-- row checks -->
{% if not report.table.errors.body %}
<h3>
Problèmes de contenu
</h3>
<p
class=
"text"
>
Aucune erreur de contenu
</p>
{{ tables.preview(source_data) }}
{% endif %}
{% if report.table.errors.body %}
{% if report.table.errors.body %}
{% if not report.table.display_body_errors %}
{% if not report.table.display_body_errors %}
...
...
Pierre Dittgen
@pdi
mentioned in issue
#24 (closed)
·
Nov 12, 2018
mentioned in issue
#24 (closed)
mentioned in issue #24
Toggle commit list
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