Fix home, login templates for Buefy

per recent upstream changes
This commit is contained in:
Lance Edgar 2019-08-04 21:53:12 -05:00
parent 5c3a95915b
commit db70870921
2 changed files with 9 additions and 12 deletions

View file

@ -1,7 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="tailbone:templates/home.mako" />
<div class="logo">
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
<h1>Welcome to the Rattail Demo</h1>
</div>

View file

@ -1,4 +1,4 @@
## -*- coding: utf-8 -*-
## -*- coding: utf-8; -*-
<%inherit file="tailbone:templates/login.mako" />
<%def name="extra_styles()">
@ -11,8 +11,12 @@
</style>
</%def>
${parent.body()}
<%def name="page_content()">
${parent.page_content()}
<p class="tips">
Login with <strong>chuck / admin</strong> for full demo access
</p>
</%def>
<p class="tips">
Login with <strong>chuck / admin</strong> for full demo access
</p>
${parent.body()}