mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Allow users to hand out admin rights.
This commit is contained in:
		| @@ -22,7 +22,9 @@ | ||||
|                     {{ ExpandedForm.password('password_confirmation') }} | ||||
|                     {{ ExpandedForm.checkbox('blocked') }} | ||||
|                     {{ ExpandedForm.select('blocked_code', codes, user.blocked_code) }} | ||||
|  | ||||
|                     {% if user.id != currentUser.id %} | ||||
|                         {{ ExpandedForm.checkbox('is_owner',1,isAdmin) }} | ||||
|                     {% endif %} | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user