Disable nav div for now
authorTero Marttila <terom@fixme.fi>
Thu, 23 Dec 2010 19:57:55 +0200
changeset 16 46b7e358a5f4
parent 15 e098ee83b363
child 17 820c46308e45
Disable nav div for now
svv/controllers.py
--- a/svv/controllers.py	Thu Dec 23 19:56:44 2010 +0200
+++ b/svv/controllers.py	Thu Dec 23 19:57:55 2010 +0200
@@ -132,7 +132,7 @@
             tags.div(id='header')(header),
             tags.div(id='container')(
                 tags.div(id='menu')(menu),
-                tags.div(id='nav')(nav),
+                # tags.div(id='nav')(nav),
                 tags.div(id='content')(content),
             ),
             tags.div(id='footer')(footer),