{% extends "admin/base.html" %} {% block title %}404s · bragi admin{% endblock %} {% block content %}

404s

Dead URLs the public site returned. Redirect them, create the missing content, or dismiss the noise. Scanner probes are filtered out before recording.

{% include "admin/_notfound_list_table.html" %} {# Bulk-select wiring. Delegated + in the full page (not the swapped partial), so it survives the htmx Refresh / pagination swaps. The checkboxes live outside any form; a bulk button gathers the checked ids into the hidden .nf-bulk-form and posts it to the button's endpoint (confirming first for the permanent Ignore / Gone). #} {% endblock %}