Refactor all "easy" views per master4

This commit is contained in:
Lance Edgar 2018-02-04 10:46:27 -06:00
parent 410ee8eb65
commit 88fe195615
32 changed files with 51 additions and 52 deletions

View file

@ -31,7 +31,7 @@ from rattail.db import model
from webhelpers2.html import tags
from tailbone import grids
from tailbone.views import MasterView3 as MasterView
from tailbone.views import MasterView4 as MasterView
class PurchaseCreditView(MasterView):