diff --git a/pagure/templates/group_info.html b/pagure/templates/group_info.html
index 77bd233..a0d7fd5 100644
--- a/pagure/templates/group_info.html
+++ b/pagure/templates/group_info.html
@@ -8,8 +8,8 @@
{% block header %}
-
+
{% endblock %}
{% block content %}
diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html
index 9a8d11b..f837aaa 100644
--- a/pagure/templates/issue.html
+++ b/pagure/templates/issue.html
@@ -5,7 +5,7 @@
{%block tag %}home{% endblock %}
{% block header %}
-
diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html
index bc3c0c3..8b36bbd 100644
--- a/pagure/templates/pull_request.html
+++ b/pagure/templates/pull_request.html
@@ -5,8 +5,8 @@
{%block tag %}home{% endblock %}
{% block header %}
-
+
{% endblock %}
diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html
index 1a8ca04..9180e79 100644
--- a/pagure/templates/repo_info.html
+++ b/pagure/templates/repo_info.html
@@ -4,8 +4,8 @@
{%block tag %}home{% endblock %}
{% block header %}
-
+
{% endblock %}
{% block repo %}
diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html
index f13a0aa..337fb03 100644
--- a/pagure/templates/settings.html
+++ b/pagure/templates/settings.html
@@ -5,8 +5,8 @@
{%block tag %}home{% endblock %}
{% block header %}
-
+
{% endblock %}
{% block repo %}
diff --git a/pagure/templates/tags.html b/pagure/templates/tags.html
index 8dca7fe..351c57e 100644
--- a/pagure/templates/tags.html
+++ b/pagure/templates/tags.html
@@ -4,8 +4,8 @@
{%block tag %}home{% endblock %}
{% block header %}
-
+
{% endblock %}
{% block repo %}
diff --git a/pagure/templates/user_settings.html b/pagure/templates/user_settings.html
index 2cf3f64..e7e60e7 100644
--- a/pagure/templates/user_settings.html
+++ b/pagure/templates/user_settings.html
@@ -5,8 +5,8 @@
{%block tag %}users{% endblock %}
{% block header %}
-
+
{% endblock %}
{% macro render_email(email, form) %}