commit a260d8f704aa341ef2938a2d0a08a328adb6c2b9
Author: hiro <hiro(a)torproject.org>
Date: Mon Oct 28 17:00:22 2019 +0100
Remove banner again
---
templates/homepage.html | 1 -
templates/layout.html | 1 -
2 files changed, 2 deletions(-)
diff --git a/templates/homepage.html b/templates/homepage.html
index 43663a7..0710d17 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -18,7 +18,6 @@
</div>
</div>
</div>
- {% include 'bottom_banner.html' %}
{% include 'footer.html' %}
</body>
</html>
diff --git a/templates/layout.html b/templates/layout.html
index e626e2c..ab0e998 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -12,7 +12,6 @@
</div>
</div>
</div>
- {% include 'bottom_banner.html' %}
{% include 'footer.html' %}
</body>
</html>