diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html
deleted file mode 100644
index 248d3af..0000000
--- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{%- extends config.BASE_TEMPLATE %}
-
-{%- block page_body %}
-
-
-
coming soon
-
-
-{%- endblock %}
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html
index 0b99ab6..cdcd2c0 100644
--- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html
+++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html
@@ -107,10 +107,10 @@
Services
-
+
PURE
-
+
CampusOnline
Follow TU Graz
@@ -122,15 +122,15 @@
repository.tugraz.at
-
+
Impressum
-
+
Datenschutzerklärung
-
+
Feedback
diff --git a/invenio_theme_tugraz/views.py b/invenio_theme_tugraz/views.py
index 597b283..ff5d20c 100644
--- a/invenio_theme_tugraz/views.py
+++ b/invenio_theme_tugraz/views.py
@@ -27,10 +27,3 @@ def index():
return render_template(
"invenio_theme_tugraz/index.html",
records=FrontpageRecordsSearch()[:5].sort('-_created').execute(),)
-
-
-@blueprint.route("/comingsoon")
-def comingsoon():
- """Render a coming soon view."""
- return render_template(
- "invenio_theme_tugraz/comingsoon.html",)