2019-12-14 23:03:06 +00:00
|
|
|
{% extends "layout.html" %}
|
2020-11-05 18:50:45 +00:00
|
|
|
{% block body_content_additional %}
|
|
|
|
<div class="row">
|
|
|
|
<div class="col justify-content-center text-center">
|
|
|
|
<!-- <p class="alert-danger" style="color:#ffffff;">....</p> -->
|
|
|
|
<h1 class="errorTxt">{{title}}</h1>
|
|
|
|
<p>{{message}}</p>
|
2019-11-01 22:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-11-05 18:50:45 +00:00
|
|
|
{% endblock body_content_additional %}
|