From 8cd90624bbd1e49e73f525e131befdf45e8552cf Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Tue, 12 May 2026 01:14:43 +0200 Subject: [PATCH] feat: move Settings/Blocked/Admin links to profile page own-account section --- crates/adapters/template-askama/templates/base.html | 5 ----- crates/adapters/template-askama/templates/profile.html | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/crates/adapters/template-askama/templates/base.html b/crates/adapters/template-askama/templates/base.html index a54246f..8ea0eac 100644 --- a/crates/adapters/template-askama/templates/base.html +++ b/crates/adapters/template-askama/templates/base.html @@ -34,11 +34,6 @@ Profile Add Review Import - Blocked - Settings - {% if ctx.is_admin %} - Admin - {% endif %} Logout {% else %} Login diff --git a/crates/adapters/template-askama/templates/profile.html b/crates/adapters/template-askama/templates/profile.html index 8474e4c..80db6ca 100644 --- a/crates/adapters/template-askama/templates/profile.html +++ b/crates/adapters/template-askama/templates/profile.html @@ -66,6 +66,14 @@ Download CSV Download JSON +
+

Account

+ Profile settings + Blocked users + {% if ctx.is_admin %} + Admin — blocked domains + {% endif %} +
{% endif %}