rattail-demo/rattail_demo/web/templates/login.mako

19 lines
354 B
Plaintext
Raw Normal View History

## -*- coding: utf-8 -*-
<%inherit file="tailbone:templates/login.mako" />
<%def name="extra_styles()">
${parent.extra_styles()}
<style type="text/css">
.tips {
margin-top: 2em;
text-align: center;
}
</style>
</%def>
${parent.body()}
<p class="tips">
Login with <strong>chuck / admin</strong> for full demo access
</p>