From ea8e7da9d4c8424b751bb3e49ce8ac4f7be85d5c Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 23 Feb 2026 09:00:44 +0000 Subject: [PATCH] Move account page URLs from blog to federation Auth templates and widget nav links now point to federation_url instead of blog_url, co-locating the account UI with the auth system in the federation app. Co-Authored-By: Claude Opus 4.6 --- browser/templates/_types/auth/_nav.html | 2 +- browser/templates/_types/auth/_newsletter_toggle.html | 2 +- browser/templates/_types/auth/_newsletters_panel.html | 2 +- browser/templates/_types/auth/header/_header.html | 2 +- services/widget_registry.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/browser/templates/_types/auth/_nav.html b/browser/templates/_types/auth/_nav.html index 16d0943..9d8042a 100644 --- a/browser/templates/_types/auth/_nav.html +++ b/browser/templates/_types/auth/_nav.html @@ -1,5 +1,5 @@ {% import 'macros/links.html' as links %} -{% call links.link(blog_url('/auth/newsletters/'), hx_select_search, select_colours, True, aclass=styles.nav_button) %} +{% call links.link(federation_url('/auth/newsletters/'), hx_select_search, select_colours, True, aclass=styles.nav_button) %} newsletters {% endcall %} {% for link in account_nav_links %} diff --git a/browser/templates/_types/auth/_newsletter_toggle.html b/browser/templates/_types/auth/_newsletter_toggle.html index ff2f0e6..af3a4e1 100644 --- a/browser/templates/_types/auth/_newsletter_toggle.html +++ b/browser/templates/_types/auth/_newsletter_toggle.html @@ -1,6 +1,6 @@