Add 'Stores' and 'Departments' fields to Employee fieldset.
This commit is contained in:
parent
bcf1032156
commit
7edfc98747
2 changed files with 60 additions and 32 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue