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.
|
{% 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 %}
|