From e653acb921487228986789e32115bd4e0f321906 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 10 Feb 2026 18:36:57 +0000 Subject: [PATCH] feat: add market links to post nav entries template Markets now appear alongside calendars in the post nav bar, linking to the market app via market_url(). Co-Authored-By: Claude Opus 4.6 --- .../templates/_types/post/admin/_nav_entries.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/suma_browser/templates/_types/post/admin/_nav_entries.html b/suma_browser/templates/_types/post/admin/_nav_entries.html index 87b52ce..5d22e3c 100644 --- a/suma_browser/templates/_types/post/admin/_nav_entries.html +++ b/suma_browser/templates/_types/post/admin/_nav_entries.html @@ -37,6 +37,16 @@
{{calendar.name}}
{% endfor %} + + {# Markets #} + {% for m in markets %} + + +
{{m.name}}
+
+ {% endfor %}