From 5e260acadd5b35639123c40bb171d85901e7a08c Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 30 Jul 2020 10:43:33 +0200 Subject: [PATCH] using coming-soon from invenio-rdm-records --- .../templates/invenio_theme_tugraz/comingsoon.html | 9 --------- .../templates/invenio_theme_tugraz/footer.html | 10 +++++----- invenio_theme_tugraz/views.py | 7 ------- 3 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 invenio_theme_tugraz/templates/invenio_theme_tugraz/comingsoon.html 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",)