Refactor master2/index => master/index template

This commit is contained in:
Lance Edgar 2017-07-14 21:23:40 -05:00
parent 292546e44b
commit a18f55854d
9 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
<%def name="extra_javascript()">
${parent.extra_javascript()}

View file

@ -124,4 +124,3 @@
${grid.render_grid()|n}
</div><!-- grid-wrapper -->

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
<%def name="extra_javascript()">
${parent.extra_javascript()}

View file

@ -1,4 +1,4 @@
## -*- coding: utf-8; -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
${parent.body()}

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
<%def name="context_menu_items()">
${parent.context_menu_items()}

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
<%def name="extra_styles()">
${parent.extra_styles()}

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
<%def name="context_menu_items()">
${parent.context_menu_items()}

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<%inherit file="/master2/index.mako" />
<%inherit file="/master/index.mako" />
<%def name="context_menu_items()">
${parent.context_menu_items()}

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<%inherit file="tailbone:templates/master2/index.mako" />
<%inherit file="tailbone:templates/master/index.mako" />
<%def name="content_title()"></%def>