Add 'Stores' and 'Departments' fields to Employee fieldset.

This commit is contained in:
Lance Edgar 2016-01-30 15:19:04 -06:00
parent bcf1032156
commit 7edfc98747
2 changed files with 60 additions and 32 deletions

View file

@ -1,13 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/master/view.mako" />
${parent.body()}
<h2>Departments</h2>
% if departments:
<p>This employee is assigned to the following departments:</p>
${departments.render_grid()|n}
% else:
<p>This employee is not assigned to any departments.</p>
% endif