Files
enviPy-bayer/templates/errors/error.html
jebus df896878f1 Basic System (#31)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#31
2025-07-23 06:47:07 +12:00

15 lines
373 B
HTML

{% extends "framework.html" %}
{% load static %}
{% block content %}
<div class="alert alert-danger" role="alert">
<h4 class="alert-heading">Something went wrong!</h4>
<p>An unexpected Error occurred...</p>
<hr>
<p class="mb-0">
The error was logged and will be investigated.
</p>
</div>
{% endblock content %}