Files
member-console/internal/embeds/templates/partials/operator_not_found.html
T
cgalo5758 fe19ee415c Add CLA and SPDX headers, fix docs
- Pin Dockerfile to Go 1.23 to match go.mod
- Record README front-door audit findings
2026-09-07 21:32:14 -05:00

10 lines
565 B
HTML

{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}}
{{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}}
<!-- Operator-subtree 404 — rendered (with status 404) for any /operator/*
path no handler claims, so a mistyped or truncated operator URL stays
inside the operator shell instead of silently falling through to the
member dashboard. -->
{{ template "pageHeader" .Header }}
<p class="text-muted">There is no operator page at <code>{{ .Path }}</code>. <a href="/operator">Go to the Operator overview</a>.</p>