Refactor (coalesce) all batch-related templates
This commit is contained in:
parent
951057d8c2
commit
965dac9f43
22 changed files with 164 additions and 322 deletions
|
@ -1,5 +1,5 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/mobile/newbatch/view.mako" />
|
||||
<%inherit file="/mobile/batch/view.mako" />
|
||||
|
||||
<%def name="title()">${h.link_to("Inventory", url('mobile.batch.inventory'))} » ${batch.id_str}</%def>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/mobile/newbatch/view_row.mako" />
|
||||
<%inherit file="/mobile/batch/view_row.mako" />
|
||||
<%namespace file="/mobile/keypad.mako" import="keypad" />
|
||||
|
||||
## TODO: this is broken for actual page (header) title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue