Remove references to master2 templates
This commit is contained in:
parent
a18f55854d
commit
55ca7d5117
|
@ -60,7 +60,6 @@ class BatchMasterView2(MasterView2, BatchMasterView):
|
|||
]
|
||||
return [
|
||||
'/newbatch/{}.mako'.format(template),
|
||||
'/master2/{}.mako'.format(template),
|
||||
'/master/{}.mako'.format(template),
|
||||
]
|
||||
|
||||
|
|
|
@ -40,16 +40,6 @@ class MasterView2(MasterView):
|
|||
rows_pageable = True
|
||||
mobile_pageable = True
|
||||
|
||||
def get_fallback_templates(self, template, mobile=False):
|
||||
if mobile:
|
||||
return [
|
||||
'/mobile/master/{}.mako'.format(template),
|
||||
]
|
||||
return [
|
||||
'/master2/{}.mako'.format(template),
|
||||
'/master/{}.mako'.format(template),
|
||||
]
|
||||
|
||||
@classmethod
|
||||
def get_grid_factory(cls):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue