11 lines
		
	
	
		
			262 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			262 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| <div class="alert alert-danger" role="alert">
 | |
|   <h4 class="alert-heading">Error</h4>
 | |
|   <p>{{ERROR_MESSAGE}}</p>
 | |
|   <hr>
 | |
|   <p class="mb-0">Please check your configuration or contact support.</p>
 | |
| </div>
 | |
| {% endblock %}
 |