Changeset - 42d916306766
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-05-16 15:36:19
marcin@python-works.com
updated erros found in base.html
1 file changed with 1 insertions and 7 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/base/base.html
Show inline comments
 
@@ -13,12 +13,8 @@
 
<body class="mainbody">
 
<div id="container">
 
    <div class="page-header">
 
        <h1>
 
            ${next.breadcrumbs()}
 
        </h1>
 
        <ul class="page-nav">
 
        <h1>${next.breadcrumbs()}</h1>
 
            ${self.page_nav()}
 
        </ul>
 
    </div>
 
    <div id="main">
 
    	${next.main()}
 
@@ -44,9 +40,7 @@
 
</html>
 

	
 
<%def name="page_nav()">
 

	
 
	${self.menu()}
 

	
 
</%def>
 

	
 

	
0 comments (0 inline, 0 general)