mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Fixed refer from logs to accouts admin
This commit is contained in:
		
							parent
							
								
									3054181e83
								
							
						
					
					
						commit
						6604aa9d11
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -121,6 +121,9 @@ def account(request, user_id): | |||
|     user_insts = UserInstance.objects.filter(user_id=user_id) | ||||
|     instances = Instance.objects.all() | ||||
| 
 | ||||
|     if user.username == request.user.username: | ||||
|          return HttpResponseRedirect(reverse('profile')) | ||||
| 
 | ||||
|     if request.method == 'POST': | ||||
|         if 'delete' in request.POST: | ||||
|             user_inst = request.POST.get('user_inst', '') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue