Skip to content

Commit e258426

Browse files
authored
Merge pull request #23 from meaningfy-ws/feature/EPO-850
Update main template for new metadata
2 parents c625723 + 6945812 commit e258426

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dqgen/resources/html_templates/main.jinja2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
<p>This report is automatically generated from the {% raw %}{{ conf.dataset_name }}{% endraw %} RDF dataset on <time>{% raw %}{{ conf.timestamp }}{% endraw %}</time>
77
and aims at presenting the difference between two versions of an RDFS/OWL vocabulary following the {% raw %}{{ conf.application_profile }}{% endraw %} application profile.</p>
88
<p>Report details</p>
9-
<p><strong>Dataset used: </strong> {% raw %}{{ conf.dataset_name }}{% endraw %}</p>
9+
<p><strong>Dataset ID: </strong> {% raw %}{{ conf.dataset_name }}{% endraw %}</p>
10+
<p><strong>Dataset name: </strong> {% raw %}{{ conf.original_name }}{% endraw %}</p>
11+
<p><strong>Old version file: </strong> {% raw %}{{ conf.old_version_file }}{% endraw %}</p>
12+
<p><strong>New version file: </strong> {% raw %}{{ conf.new_version_file }}{% endraw %}</p>
1013
<p><strong>Time: </strong> {% raw %}{{ conf.timestamp }}{% endraw %}</p>
1114
<p><strong>Application profile: </strong> {% raw %}{{ conf.application_profile }}{% endraw %}</p>
1215
{% raw %}

0 commit comments

Comments
 (0)