Add basic "mobile index" master view, plus support for demo mode
This commit is contained in:
parent
9808bb3a91
commit
581a21bd9d
16 changed files with 301 additions and 16 deletions
tailbone/templates
|
@ -38,3 +38,9 @@
|
|||
${self.logo()}
|
||||
|
||||
${self.login_form()}
|
||||
|
||||
% if request.rattail_config.demo():
|
||||
<p class="tips">
|
||||
Login with <strong>chuck / admin</strong> for full demo access
|
||||
</p>
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue