From 437ad596581f6c4f40154939e5bb5d282b0f6139 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 4 Jun 2026 09:53:13 +0200 Subject: [PATCH] feat: add Profile link to admin nav The admin nav had no way back to the account management area. Add a Profile link to /manage/profile, mirroring the Admin link already present in the manage nav. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/porchlight/templates/admin/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/porchlight/templates/admin/base.html b/src/porchlight/templates/admin/base.html index 686a815..4a82870 100644 --- a/src/porchlight/templates/admin/base.html +++ b/src/porchlight/templates/admin/base.html @@ -4,6 +4,7 @@ {% block admin_content %}{% endblock %}