Add initial support for mobile login / user menu etc.
This commit is contained in:
parent
9d9bc58a99
commit
b5c81244ac
3 changed files with 21 additions and 23 deletions
4
rattail_demo/web/templates/mobile/base.mako
Normal file
4
rattail_demo/web/templates/mobile/base.mako
Normal file
|
@ -0,0 +1,4 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="tailbone:templates/mobile/base_external_toolbars.mako" />
|
||||
|
||||
${parent.body()}
|
6
rattail_demo/web/templates/mobile/login.mako
Normal file
6
rattail_demo/web/templates/mobile/login.mako
Normal file
|
@ -0,0 +1,6 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="tailbone:templates/mobile/login.mako" />
|
||||
|
||||
<p>Login with <strong>chuck / admin</strong> for full demo access.</p>
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue