Files
Owlbot/owlbot/builtin_modules/polls/templates/error.html
T
LogalDeveloper ea91c38736
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
Added polls module.
2026-04-08 12:02:07 -04:00

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