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 @@ +