diff --git a/rattail/pyramid/templates/batches/rows/crud.mako b/rattail/pyramid/templates/batches/rows/crud.mako index c5a0daf0..f257a2a4 100644 --- a/rattail/pyramid/templates/batches/rows/crud.mako +++ b/rattail/pyramid/templates/batches/rows/crud.mako @@ -1,7 +1,7 @@ <%inherit file="/crud.mako" /> <%def name="context_menu_items()"> -
  • ${h.link_to("Back to Batch", url('batch', uuid=form.fieldset.model.batch.uuid))}
  • +
  • ${h.link_to("Back to Batch", url('batch.read', uuid=form.fieldset.model.batch.uuid))}
  • ${h.link_to("Back to Batch Rows", url('batch.rows', uuid=form.fieldset.model.batch.uuid))}