forked from datopian/ckanext-datajson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose new URL with versions and add logs to HarvestLogs
- Loading branch information
Showing
2 changed files
with
100 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{% extends "page.html" %} | ||
|
||
{% block subtitle %}Harvester versions{% endblock %} | ||
|
||
{% block breadcrumb_content %} | ||
{% endblock %} | ||
|
||
{% block primary %} | ||
<article class="module"> | ||
<div class="module-content"> | ||
<h1>CKANext-DataJSON Harvesters Versions</h1> | ||
|
||
<p>Data.json harvester version: {{ c.data_json_harvester_version }}</p> | ||
<p>CMS Data Navigator harvester version: {{ c.cms_harvester_version }}</p> | ||
|
||
</div> | ||
</article> | ||
{% endblock %} | ||
|
||
{% block secondary %}{% endblock %} |