Refactor several more straggler views to use master3
This commit is contained in:
parent
3097f46aa1
commit
ce0195bd51
10 changed files with 187 additions and 148 deletions
|
@ -1,8 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8; -*-
|
||||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
# Copyright © 2010-2018 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -30,8 +30,8 @@ from rattail.db import model
|
|||
|
||||
from webhelpers2.html import tags
|
||||
|
||||
from tailbone import forms, grids
|
||||
from tailbone.views import MasterView2 as MasterView
|
||||
from tailbone import grids
|
||||
from tailbone.views import MasterView3 as MasterView
|
||||
|
||||
|
||||
class PurchaseCreditView(MasterView):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue