CI / Formatting (push) Successful in 6s
CI / Linting (push) Successful in 6s
CI / Tests (Python 3.12) (push) Successful in 12s
CI / Tests (Python 3.13) (push) Successful in 12s
CI / Tests (Python 3.14) (push) Successful in 10s
CI / Type Checking (push) Successful in 9s
CI / Spelling (push) Successful in 5s
7 lines
191 B
HTML
7 lines
191 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Error{% endblock %}
|
|
{% block content %}
|
|
<h1 class="mb-3">Error</h1>
|
|
<div class="alert alert-danger" role="alert">{{ message }}</div>
|
|
{% endblock %}
|