Provide default logo for Login page in new project template

This commit is contained in:
Lance Edgar 2017-03-17 15:49:58 -05:00
parent ed2b272623
commit e8901b3cad

View file

@ -11,7 +11,8 @@
</%def>
<%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>
${parent.body()}