diff --git a/app/templates/base.html b/app/templates/base.html index 73dc693..39460d2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@ {% block title %}{% endblock %} - wm-metrics {% block css %} - + {% endblock %} {% endblock %} @@ -57,8 +57,8 @@ {% block javascript %} - - + + {% endblock %} diff --git a/app/templates/category-induced-result.html b/app/templates/category-induced-result.html index aa0a3cf..0dd1503 100644 --- a/app/templates/category-induced-result.html +++ b/app/templates/category-induced-result.html @@ -2,7 +2,7 @@ {% block title %}CategoryInduced{% endblock %} {% block css %} {{ super() }} - + {% endblock %} {% block content %}

Results for category [[{{ category }}]]

diff --git a/app/templates/category-induced.html b/app/templates/category-induced.html index d136c83..06f9d2d 100644 --- a/app/templates/category-induced.html +++ b/app/templates/category-induced.html @@ -2,7 +2,7 @@ {% block title %}CategoryInduced{% endblock %} {% block css %} {{ super() }} - + {% endblock %} {% block content %} @@ -24,6 +24,6 @@

CategoryInduced

{% block javascript %} {{ super() }} - + {% endblock %} diff --git a/app/templates/fdc-report.html b/app/templates/fdc-report.html index 5ff637d..380a1d5 100644 --- a/app/templates/fdc-report.html +++ b/app/templates/fdc-report.html @@ -2,8 +2,8 @@ {% block title %}Easy FDC reporting{% endblock %} {% block css %} {{ super() }} - - + + {% endblock %} {% block content %}

Easy FDC report generation

@@ -52,7 +52,7 @@

FDC round information

{% block javascript %} {{ super() }} - + {% endblock %}