You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
262 B
11 lines
262 B
1 week ago
|
{% 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 %}
|