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