Simplify page title display for mobile base template
This commit is contained in:
parent
d93b91f491
commit
4875c8ebdc
|
@ -108,11 +108,7 @@
|
||||||
% endfor
|
% endfor
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
% if master is not Undefined and master.listing:
|
|
||||||
<h1>${model_title_plural}</h1>
|
|
||||||
% elif capture(self.page_title):
|
|
||||||
<h2>${self.page_title()}</h2>
|
<h2>${self.page_title()}</h2>
|
||||||
% endif
|
|
||||||
|
|
||||||
${self.body()}
|
${self.body()}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue