Tweak template prefix for label batch views
This commit is contained in:
parent
70a34615a3
commit
277d98ae2c
|
@ -44,8 +44,8 @@ class LabelBatchView(BatchMasterView):
|
|||
model_title_plural = "Label Batches"
|
||||
route_prefix = 'labels.batch'
|
||||
url_prefix = '/labels/batches'
|
||||
template_prefix = '/batch/labels'
|
||||
creatable = False
|
||||
editable = False
|
||||
rows_editable = True
|
||||
rows_bulk_deletable = True
|
||||
cloneable = True
|
||||
|
|
Loading…
Reference in a new issue