fixed welcome layout on lack of auth
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-06-06 11:19:38) dev
|
||||
Version 2.00.0 (2012-06-06 11:37:26) dev
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="#">web2py™ </a>
|
||||
<div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' ',''))}}</div>
|
||||
<div id="navbar">{{='auth' in globals() and auth.navbar(separators=(' ',' ','')) or ''}}</div>
|
||||
<div class="nav-collapse">
|
||||
{{is_mobile=request.user_agent().is_mobile}}
|
||||
{{if response.menu:}}
|
||||
|
||||
Reference in New Issue
Block a user