|  | @@ -17,9 +17,9 @@
 | 
	
		
			
			| 17 | 17 |              <a title="${_('Change password')}" class="btn btn-default" data-toggle="modal" data-target="#user-edit-password-modal-dialog" data-remote="${user_password_edit_url}" >${TIM.ICO(32, 'actions/system-lock-screen')}</a>
 | 
	
		
			
			| 18 | 18 |          </div>
 | 
	
		
			
			| 19 | 19 |          <p></p>
 | 
	
		
			
			| 20 |  | -        % if current_user.profile.id>=2 and current_user.id!=user.id:
 | 
	
		
			
			|  | 20 | +        % if current_user.profile.id>2 and current_user.id!=user.id:
 | 
	
		
			
			| 21 | 21 |          <div class="btn-group btn-group-vertical">
 | 
	
		
			
			| 22 |  | -            <a title="${_('Delete current workspace')}" class="btn btn-default" href="${tg.url('/user/{}/delete'.format(user.id))}">${TIM.ICO(32, 'status/user-trash-full')}</a>
 | 
	
		
			
			|  | 22 | +            <a title="${_('Delete user')}" class="btn btn-default" href="${tg.url('/user/{}/delete'.format(user.id))}">${TIM.ICO(32, 'status/user-trash-full')}</a>
 | 
	
		
			
			| 23 | 23 |          </div>
 | 
	
		
			
			| 24 | 24 |          % endif
 | 
	
		
			
			| 25 | 25 |      </div> <!-- # End of side bar right -->
 |