diff options
author | Pjotr Prins | 2024-06-23 04:31:09 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-06-23 04:31:22 -0500 |
commit | 753e43601a76f95d03e28c8d3a81d6bc2eb602be (patch) | |
tree | f87383e60b4d2f543b205f871461c760bb57c02e /templates/layout.html | |
parent | 3f1cdf10c4b986d0ac9b0d0eaf4cc0312eeba063 (diff) | |
download | genecup-753e43601a76f95d03e28c8d3a81d6bc2eb602be.tar.gz |
Footer works
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index ba064e1..951c950 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -90,7 +90,6 @@ {% endif %} {% endwith %} </div> -<br> <div class="container main"> {% block content %}{% endblock %} </div> |