add customergroups, subdepartments views

This commit is contained in:
Lance Edgar 2012-08-12 11:48:45 -07:00
parent 8fe91448eb
commit e3a5e1734f
4 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<%inherit file="/index.mako" />
<%def name="title()">Customer Groups</%def>
${parent.body()}

View file

@ -0,0 +1,5 @@
<%inherit file="/index.mako" />
<%def name="title()">Subdepartments</%def>
${parent.body()}