Provide default logo for Login page in new project template
This commit is contained in:
parent
ed2b272623
commit
e8901b3cad
|
@ -11,7 +11,8 @@
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="logo()">
|
<%def name="logo()">
|
||||||
${h.image(request.static_url('{{package}}.web:static/img/{{package}}.jpg'), "{{project_title}} Logo", id='logo', width=500)}
|
## ${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>
|
</%def>
|
||||||
|
|
||||||
${parent.body()}
|
${parent.body()}
|
||||||
|
|
Loading…
Reference in a new issue