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