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 @@