Make login template use same logo as home page
This commit is contained in:
parent
94894b2d27
commit
5b35c3dd3b
3 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</%def>
|
||||
|
||||
<%def name="logo()">
|
||||
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo", id='logo')}
|
||||
${h.image(image_url, "{} logo".format(capture(self.app_title)), id='logo', width=500)}
|
||||
</%def>
|
||||
|
||||
<%def name="login_form()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue