add customergroups, subdepartments views
This commit is contained in:
parent
8fe91448eb
commit
e3a5e1734f
4 changed files with 142 additions and 0 deletions
5
rattail/pyramid/templates/customergroups/index.mako
Normal file
5
rattail/pyramid/templates/customergroups/index.mako
Normal file
|
@ -0,0 +1,5 @@
|
|||
<%inherit file="/index.mako" />
|
||||
|
||||
<%def name="title()">Customer Groups</%def>
|
||||
|
||||
${parent.body()}
|
5
rattail/pyramid/templates/subdepartments/index.mako
Normal file
5
rattail/pyramid/templates/subdepartments/index.mako
Normal file
|
@ -0,0 +1,5 @@
|
|||
<%inherit file="/index.mako" />
|
||||
|
||||
<%def name="title()">Subdepartments</%def>
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue