diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-02 00:04:47 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-02 00:04:47 +0100 |
commit | 4ad97c0333c980f81033fc3d75fdaf4f55825eb3 (patch) | |
tree | 4ba3f0f9e5096276aae105b7211246b81fabd866 | |
parent | Added new responsive table for the /feeds page. (diff) | |
download | newspipe-4ad97c0333c980f81033fc3d75fdaf4f55825eb3.tar.gz newspipe-4ad97c0333c980f81033fc3d75fdaf4f55825eb3.tar.bz2 newspipe-4ad97c0333c980f81033fc3d75fdaf4f55825eb3.zip |
Minor fix in the layout template.
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 2 |
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> |