diff --git a/data.py b/data.py index 7ca8effa2b..87d9ba2123 100644 --- a/data.py +++ b/data.py @@ -65,6 +65,7 @@ def get_publisher_stats(publisher, stats_type='aggregated'): current_stats = { 'aggregated': JSONDir('./stats-calculated/current/aggregated'), + 'aggregated_file': JSONDir('./stats-calculated/current/aggregated-file'), 'inverted_publisher': JSONDir('./stats-calculated/current/inverted-publisher'), 'inverted_file': JSONDir('./stats-calculated/current/inverted-file'), 'download_errors': [] diff --git a/make_html.py b/make_html.py index f5ca1bd6f0..4198e75406 100644 --- a/make_html.py +++ b/make_html.py @@ -66,6 +66,7 @@ def make_slugs(keys): 'xml.html': iati_stats_page('xml.html', xml=True), 'validation.html': iati_stats_page('validation.html', validation=True), 'versions.html': iati_stats_page('versions.html', versions=True, expected_versions=expected_versions), + 'rulesets.html': iati_stats_page('rulesets.html', versions=True, expected_versions=expected_versions), 'licenses.html': licenses.main, 'organisation.html': iati_stats_page('organisation.html', organisation=True), 'elements.html': iati_stats_page('elements.html', elements=True), diff --git a/templates/base.html b/templates/base.html index 1b182878b2..d47b04f63b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -92,6 +92,7 @@