| 
									
										
										
										
											2016-11-06 08:11:43 +01:00
										 |  |  | {% extends "./layout/guest" %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							| 
									
										
										
										
											2015-07-05 06:18:02 +02:00
										 |  |  |             <h3 class="text-danger">Sorry, an error occurred.</h3>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							| 
									
										
										
										
											2017-11-06 20:17:39 +01:00
										 |  |  |             <p>{{ message |default('General unknown errror')|raw }}</p>
 | 
					
						
							| 
									
										
										
										
											2017-02-12 16:50:35 +01:00
										 |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2017-11-06 20:17:39 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |             <p>
 | 
					
						
							|  |  |  |                 If you do not know how to handle this error, please open an issue on
 | 
					
						
							| 
									
										
										
										
											2018-01-12 18:42:48 +01:00
										 |  |  |                 <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>
 | 
					
						
							| 
									
										
										
										
											2017-11-06 20:17:39 +01:00
										 |  |  |                 or <a href="mailto:thegrumpydictator@gmail.com">send me a message</a>.
 | 
					
						
							|  |  |  |             </p>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-12 16:50:35 +01:00
										 |  |  |     <div class="row">
 | 
					
						
							|  |  |  |         <div class="col-lg-12 col-md-12 col-sm-12">
 | 
					
						
							|  |  |  |             <p><a href="{{ route('index') }}">Follow this link back to the index.</a></p>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 19:44:12 +02:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  | {% endblock %}
 |