Add custom login page with chuck/admin tip
This commit is contained in:
parent
96dd73ea23
commit
0fa7877cde
18
rattail_demo/web/templates/login.mako
Normal file
18
rattail_demo/web/templates/login.mako
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
## -*- 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>
|
Loading…
Reference in a new issue