Made logo more easily customizable in login template.
This commit is contained in:
parent
2e84873666
commit
017815a9e2
|
@ -8,7 +8,11 @@
|
|||
${h.stylesheet_link(request.static_url('tailbone:static/css/login.css'))}
|
||||
</%def>
|
||||
|
||||
<%def name="logo()">
|
||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", id='logo')}
|
||||
</%def>
|
||||
|
||||
${self.logo()}
|
||||
|
||||
<div class="form">
|
||||
${h.form('')}
|
||||
|
|
Loading…
Reference in a new issue