diff --git a/shop/templates/cart.html b/shop/templates/cart.html index 88a07658ee8458e3027422179b6ebf4566f93323..37f95f39ee302f95898c4b13c20b7baf59e35c9c 100644 --- a/shop/templates/cart.html +++ b/shop/templates/cart.html @@ -58,6 +58,7 @@ </div> +<!--repeated footer in page as dont want every page to have it--> <footer id="footer"> <div class = "footer_logo"> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> diff --git a/shop/templates/home.html b/shop/templates/home.html index 6f2603239062dd92a5fbec89d698179d59a9cab9..d4fd91b81cff99063096002e94e184ebe18ef142 100644 --- a/shop/templates/home.html +++ b/shop/templates/home.html @@ -31,7 +31,7 @@ </div> - +<!--repeated footer in page as dont want every page to have it--> <footer id="footer"> <div class = "footer_logo"> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> diff --git a/shop/templates/item_page.html b/shop/templates/item_page.html index 4f8cb063dcb6f51892e269f4ea137f5dd0b33d5d..40e4fd2acfa102f08187f3b15b95b67f613e3712 100644 --- a/shop/templates/item_page.html +++ b/shop/templates/item_page.html @@ -65,6 +65,7 @@ </div> </div> +<!--repeated footer in page as dont want every page to have it--> <footer id="footer"> <div class = "footer_logo"> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> diff --git a/shop/templates/layout.html b/shop/templates/layout.html index 9c3dec6e833d70bcb6a6345d018d2ddb920738b2..e7fbac8ef8e82210688ec1700170f9b4c1012194 100644 --- a/shop/templates/layout.html +++ b/shop/templates/layout.html @@ -56,4 +56,5 @@ </div> {% endblock %} +<!--footer not in layout as don't want footer in login, signup, thank you and checkout page--> </div> \ No newline at end of file diff --git a/shop/templates/shopping.html b/shop/templates/shopping.html index f1457239b80dfa1b6cb0b844e006e4dfd906b4e0..5bfd29fca37f134d1938b9b44c521a4ccc4abbd7 100644 --- a/shop/templates/shopping.html +++ b/shop/templates/shopping.html @@ -90,6 +90,7 @@ </div> +<!--repeated footer in page as dont want every page to have it--> <footer id="footer"> <div class = "footer_logo"> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> diff --git a/shop/templates/wishlist.html b/shop/templates/wishlist.html index 83bca2a76139f4fd606d1b08879fbc96d8cf831c..7885df67c5bcf20c28a534e46afdbd8d9191f8c3 100644 --- a/shop/templates/wishlist.html +++ b/shop/templates/wishlist.html @@ -45,7 +45,7 @@ {% endfor %} </div> - +<!--repeated footer in page as dont want every page to have it--> <footer id="footer"> <div class = "footer_logo"> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>