mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Expand views with CSRF token, to prevent error in console. #1575
This commit is contained in:
		| @@ -6,6 +6,7 @@ | ||||
|     <meta name="robots" content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir"> | ||||
|     <title>Firefly III</title> | ||||
|     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
|     <meta name="csrf-token" content="{{ csrf_token() }}"> | ||||
|     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> | ||||
|     <link href="css/app.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/> | ||||
|     <link href="lib/adminlte/css/AdminLTE.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/> | ||||
|   | ||||
| @@ -15,6 +15,7 @@ | ||||
|         {% endif %} | ||||
|     </title> | ||||
|     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
|     <meta name="csrf-token" content="{{ csrf_token() }}"> | ||||
|     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> | ||||
|     <link href="css/app.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/> | ||||
|     <link href="lib/adminlte/css/AdminLTE.min.css?v={{ FF_VERSION }}" rel="stylesheet" type="text/css"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user