From cdc0f9011d42e34412e2d6d173632e963ab3bd48 Mon Sep 17 00:00:00 2001 From: dalepotter Date: Mon, 11 Jun 2018 16:18:45 +0100 Subject: [PATCH] Remove unused ruleset template Underlaying json stats file was removed in IATI/IATI-Stats#128 --- static/templates/rulesets.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 static/templates/rulesets.html diff --git a/static/templates/rulesets.html b/static/templates/rulesets.html deleted file mode 100644 index e5967725a6..0000000000 --- a/static/templates/rulesets.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends 'base.html' %} -{% import 'boxes.html' as boxes %} -{% block content %} -
-
-

Percentage of activities per publisher that pass the IATI Ruleset.

-
- - - - - - - {% for publisher, passes in current_stats.inverted_publisher.ruleset_passes.standard.items() %} - - - - - {% endfor%} - -
PublisherStandard (%)
{{publisher_name[publisher]}}{{100.0*passes/(current_stats.inverted_publisher.activities[publisher]+current_stats.inverted_publisher.organisations[publisher])}}
-
-{% endblock %} -