Collapse all master4 views back to just 'master'

This commit is contained in:
Lance Edgar 2018-02-05 21:23:23 -06:00
parent 7c62b6f7a7
commit 2219315ccc
51 changed files with 1096 additions and 1613 deletions

View file

@ -30,7 +30,7 @@ from rattail.db import model
from webhelpers2.html import HTML, tags
from tailbone.views.batch import BatchMasterView4 as BatchMasterView
from tailbone.views.batch import BatchMasterView
class LabelBatchView(BatchMasterView):

View file

@ -31,7 +31,7 @@ from rattail.db import model
from pyramid.httpexceptions import HTTPFound
from tailbone.db import Session
from tailbone.views import MasterView4 as MasterView
from tailbone.views import MasterView
class ProfilesView(MasterView):