mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Delete accounts.
This commit is contained in:
		
							
								
								
									
										14
									
								
								resources/views/v2/accounts/delete.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								resources/views/v2/accounts/delete.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| {% extends './v2/layout/default' %} | ||||
| {% block breadcrumbs %} | ||||
|     {{ Breadcrumbs.render }} | ||||
| {% endblock %} | ||||
| {% block content %} | ||||
| <div id="accounts_delete"></div> | ||||
| {% endblock %} | ||||
| {% block scripts %} | ||||
|     <script type="text/javascript"> | ||||
|         // this is a terrible hack. | ||||
|         var previousURL = '{{ Session.get('accounts.delete.uri') }}'; | ||||
|     </script> | ||||
|     <script src="v2/js/accounts/delete.js" nonce="{{ JS_NONCE }}"></script> | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user