Add initial support for mobile login / user menu etc.

This commit is contained in:
Lance Edgar 2016-12-11 18:08:39 -06:00
parent 9d9bc58a99
commit b5c81244ac
3 changed files with 21 additions and 23 deletions

View file

@ -0,0 +1,4 @@
## -*- coding: utf-8 -*-
<%inherit file="tailbone:templates/mobile/base_external_toolbars.mako" />
${parent.body()}

View 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()}