Add initial mobile template support
Also add rattail-tempmon to list of packages on 'about' page
This commit is contained in:
parent
fcb21b9671
commit
9d9bc58a99
3 changed files with 17 additions and 2 deletions
7
rattail_demo/web/templates/mobile/home.mako
Normal file
7
rattail_demo/web/templates/mobile/home.mako
Normal file
|
@ -0,0 +1,7 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="tailbone:templates/mobile/home.mako" />
|
||||
|
||||
<div style="text-align: center;">
|
||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", width='400')}
|
||||
<h3>Welcome to the Rattail Demo</h3>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue