From 593086c47a9cb0076fdd7acfd7d37f1b647ad0b6 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 30 Mar 2025 20:37:05 +0200 Subject: [PATCH] adds footer --- scipaperloader/templates/base.html | 1 + scipaperloader/templates/footer.html | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 scipaperloader/templates/footer.html diff --git a/scipaperloader/templates/base.html b/scipaperloader/templates/base.html index ecfb288..6407e72 100644 --- a/scipaperloader/templates/base.html +++ b/scipaperloader/templates/base.html @@ -13,5 +13,6 @@
{% block content %}{% endblock %}
+{% include 'footer.html' %} diff --git a/scipaperloader/templates/footer.html b/scipaperloader/templates/footer.html new file mode 100644 index 0000000..e71ddb0 --- /dev/null +++ b/scipaperloader/templates/footer.html @@ -0,0 +1,8 @@ + \ No newline at end of file