mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Standardized naming of return_url for all object views
This commit is contained in:
		@@ -53,7 +53,7 @@
 | 
			
		||||
                <div class="col-md-9 col-md-offset-3">
 | 
			
		||||
                    <button type="submit" name="_create" class="btn btn-primary">Create</button>
 | 
			
		||||
                    <button type="submit" name="_addanother" class="btn btn-primary">Create and Add More</button>
 | 
			
		||||
                    <a href="{{ cancel_url }}" class="btn btn-default">Cancel</a>
 | 
			
		||||
                    <a href="{{ return_url }}" class="btn btn-default">Cancel</a>
 | 
			
		||||
                </div>
 | 
			
		||||
		    </div>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user