Fix template references for app_title

make sure we only look to /base_meta.mako for that
This commit is contained in:
Lance Edgar 2018-11-27 18:20:15 -06:00
parent acaa83c31a
commit 508359a939
5 changed files with 13 additions and 12 deletions

View file

@ -1,5 +1,6 @@
## -*- coding: utf-8; -*-
<%inherit file="/base.mako" />
<%namespace name="base_meta" file="/base_meta.mako" />
<%def name="title()">Login</%def>
@ -14,7 +15,7 @@
</%def>
<%def name="logo()">
${h.image(image_url, "{} logo".format(capture(self.app_title)), id='logo', width=500)}
${h.image(image_url, "{} logo".format(capture(base_meta.app_title)), id='logo', width=500)}
</%def>
<%def name="login_form()">