rattail-tempmon-demo/rattail_tempmon_demo/web/templates/login.mako

18 lines
392 B
Plaintext
Raw Normal View History

2017-03-28 23:14:50 -05:00
## -*- coding: utf-8; mode: html; -*-
<%inherit file="tailbone:templates/login.mako" />
<%def name="extra_styles()">
${parent.extra_styles()}
<style type="text/css">
#logo {
margin: 40px auto;
}
</style>
</%def>
<%def name="logo()">
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", id='logo')}
</%def>
${parent.body()}