repos
/ status-django master

status-django

mirror archived upstream

Self-hostable uptime monitor and status page on Django: HTTP checks, Lighthouse audits, SEO crawls, and email and Discord alerts.

djangodockerhandcodedpythonself-hostedsqlitestatus-pageuptime-monitoringvite

246 B · 7 lines · HTML Raw History
1{% for message in messages %}
2<div class="alert {{ message.tags }} alert-dismissible fade show mb-0" role="alert">
3  {{ message }}
4  <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
5</div>
6{% endfor %}