diff --git a/suma_browser/templates/_types/post/admin/_nav_entries.html b/suma_browser/templates/_types/post/admin/_nav_entries.html index 8d9cbd9..84ae8f3 100644 --- a/suma_browser/templates/_types/post/admin/_nav_entries.html +++ b/suma_browser/templates/_types/post/admin/_nav_entries.html @@ -29,11 +29,10 @@ {# Calendars #} {% for calendar in calendars %} - {% set local_href=url_for('blog.post.calendars.calendar.get', slug=post.slug, calendar_slug=calendar.slug) %} - {% set href=local_href|host %} + {% set local_href=events_url('/calendars/' + calendar.slug + '/') %}