Files
ihrm/horilla_backup/templates/backup/404.html

7 lines
464 B
HTML

{% extends "settings.html" %}
{% block settings %}
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 40%;">
<img style="display: block; width: 15%; margin: 20px auto; filter: opacity(0.5);" src="/static/images/ui/server error.png" class="" alt="Page not found. 404.">
<h5 class="oh-404__subtitle">Only work with postgresql database.</h5>
</div>
{% endblock settings %}