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="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()}