fix batch url in row crud template
This commit is contained in:
		
							parent
							
								
									765fa7f949
								
							
						
					
					
						commit
						b1faddd33e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| <%inherit file="/crud.mako" /> | ||||
| 
 | ||||
| <%def name="context_menu_items()"> | ||||
|   <li>${h.link_to("Back to Batch", url('batch', uuid=form.fieldset.model.batch.uuid))}</li> | ||||
|   <li>${h.link_to("Back to Batch", url('batch.read', uuid=form.fieldset.model.batch.uuid))}</li> | ||||
|   <li>${h.link_to("Back to Batch Rows", url('batch.rows', uuid=form.fieldset.model.batch.uuid))}</li> | ||||
| </%def> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar