From 078aeb3d3d1276cd4a891c65c8840cfb615e34e2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 19 Dec 2016 09:28:58 +0000 Subject: [PATCH] Add footer --- templates/base.html | 2 ++ templates/common/footer.html | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 templates/common/footer.html diff --git a/templates/base.html b/templates/base.html index ba27f88..e994c77 100755 --- a/templates/base.html +++ b/templates/base.html @@ -25,6 +25,8 @@ {% block content %}{% endblock %} + {% include 'common/footer.html' %} + diff --git a/templates/common/footer.html b/templates/common/footer.html new file mode 100644 index 0000000..3e553ec --- /dev/null +++ b/templates/common/footer.html @@ -0,0 +1,25 @@ +