diff --git a/coinmanager/coinc/templates/coinc/country.html b/coinmanager/coinc/templates/coinc/country.html
index 20bc652..58ce99b 100644
--- a/coinmanager/coinc/templates/coinc/country.html
+++ b/coinmanager/coinc/templates/coinc/country.html
@@ -2,6 +2,7 @@
{% include 'header.html' with title=country.name %}
{% include 'coinc/controlbar.html' with users=users %}
{% endif %}
+
@@ -29,6 +30,7 @@
{% for year in country.years %}{% show_year country year %}{% endfor %}
+
{% if single_country %}
{% include "footer.html" with title="Münzsammlung" %}
{% endif %}
diff --git a/coinmanager/coinc/templates/footer.html b/coinmanager/coinc/templates/footer.html
index 5b6e2d6..b605728 100644
--- a/coinmanager/coinc/templates/footer.html
+++ b/coinmanager/coinc/templates/footer.html
@@ -1,3 +1,2 @@
-