aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-02 00:04:47 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-02 00:04:47 +0100
commit4ad97c0333c980f81033fc3d75fdaf4f55825eb3 (patch)
tree4ba3f0f9e5096276aae105b7211246b81fabd866 /pyaggr3g470r
parentAdded new responsive table for the /feeds page. (diff)
downloadnewspipe-4ad97c0333c980f81033fc3d75fdaf4f55825eb3.tar.gz
newspipe-4ad97c0333c980f81033fc3d75fdaf4f55825eb3.tar.bz2
newspipe-4ad97c0333c980f81033fc3d75fdaf4f55825eb3.zip
Minor fix in the layout template.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/layout.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 659c573c..c83f4ca8 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html>
-
{% block head %}
<head>
<meta charset="utf-8">
@@ -61,5 +60,4 @@
<script src="/static/js/jquery.js"></script>
<script src="/static/js/bootstrap.js"></script>
</body>
- </body>
</html>
bgstack15