diff --git a/templates/csv_preview.html b/templates/csv_preview.html index 7924a0b..dc33929 100644 --- a/templates/csv_preview.html +++ b/templates/csv_preview.html @@ -96,6 +96,7 @@ + {% include 'footer.html' %} diff --git a/templates/delete.html b/templates/delete.html index 9ac01f8..cf55765 100644 --- a/templates/delete.html +++ b/templates/delete.html @@ -48,7 +48,7 @@ - + {% include 'footer.html' %} diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..2b72ada --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/templates/item_form.html b/templates/item_form.html index 82419fc..42325f0 100644 --- a/templates/item_form.html +++ b/templates/item_form.html @@ -86,7 +86,7 @@ - + {% include 'footer.html' %} diff --git a/templates/upload.html b/templates/upload.html index 9dc52d4..f063113 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -105,6 +105,7 @@ + {% include 'footer.html' %} diff --git a/templates/viewList.html b/templates/viewList.html index 500d65c..cdc8c7f 100644 --- a/templates/viewList.html +++ b/templates/viewList.html @@ -53,6 +53,7 @@ + {% include 'footer.html' %} \ No newline at end of file