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 %}
+