Remove unwanted web template overrides
those are no longer needed these days
This commit is contained in:
parent
2adb18534c
commit
088fd4a6a5
|
@ -1,14 +0,0 @@
|
|||
## -*- coding: utf-8; mode: html; -*-
|
||||
<%inherit file="tailbone:templates/home.mako" />
|
||||
|
||||
<%def name="title()">Home</%def>
|
||||
|
||||
<div class="logo">
|
||||
|
||||
## ${h.image(request.static_url('rattail_tutorial.web:static/img/rattail_tutorial.jpg'), "Rattail Tutorial Logo", id='logo', width=500)}
|
||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
|
||||
|
||||
</div>
|
||||
|
||||
<h1 style="text-align: center;">Welcome to Rattail Tutorial</h1>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
## -*- 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('ratbob.web:static/img/ratbob.jpg'), "Ratbob Logo", id='logo', width=500)}
|
||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", id='logo')}
|
||||
</%def>
|
||||
|
||||
${parent.body()}
|
Loading…
Reference in a new issue