diff --git a/tailbone/views/labels/batch.py b/tailbone/views/labels/batch.py index f1817015..cbd5af40 100644 --- a/tailbone/views/labels/batch.py +++ b/tailbone/views/labels/batch.py @@ -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