Files
member-console/internal/embeds/templates/partials/operator_not_found.html
T
cgalo5758 9b96e9c9e9 Rework operator IA and unify UI vocabulary
- Restructure operator sidebar into a flat task list with indented
  children; fold plan topology into plan ladders
- Expand member catalog non-plan section to all published non-tier
  products; require recurring Stripe-mapped prices for purchase
- Add operator domains placements and terminal-claims ledger; redirect
  /domains to the FedWiki Sites Domains anchor
- Apply canonical vocabulary and chrome/form conventions; migrate seeded
  FedWiki Sites display name
2026-08-23 17:12:42 -05:00

8 lines
432 B
HTML

<!-- 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. -->
<h1 class="mb-1">Page not found</h1>
<p class="text-muted">There is no operator page at <code>{{ .Path }}</code>.</p>
<p><a href="/operator">← Back to Operator overview</a></p>