Add custom login page with chuck/admin tip

This commit is contained in:
Lance Edgar 2016-12-08 14:43:49 -06:00
parent 96dd73ea23
commit 0fa7877cde

View 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>