mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Add logs and block for templates
This commit is contained in:
		
							parent
							
								
									55e93a9087
								
							
						
					
					
						commit
						5960e94da5
					
				
					 35 changed files with 183 additions and 29 deletions
				
			
		| 
						 | 
				
			
			@ -20,6 +20,9 @@ def create_instance(request, compute_id):
 | 
			
		|||
    if not request.user.is_authenticated():
 | 
			
		||||
        return HttpResponseRedirect(reverse('index'))
 | 
			
		||||
 | 
			
		||||
    if not request.user.is_superuser:
 | 
			
		||||
        return HttpResponseRedirect(reverse('index'))
 | 
			
		||||
 | 
			
		||||
    conn = None
 | 
			
		||||
    error_messages = []
 | 
			
		||||
    storages = []
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue