diff --git a/democrasite/templates/base.html b/democrasite/templates/base.html
index 3256423..2c9d1fd 100644
--- a/democrasite/templates/base.html
+++ b/democrasite/templates/base.html
@@ -114,7 +114,9 @@
-
- {% trans 'ActivityPub' %}
+ {% trans 'ActivityPub' %}
{% if debug %}
-
diff --git a/democrasite/templates/social/base.html b/democrasite/templates/social/base.html
index 723f9bc..06b7180 100644
--- a/democrasite/templates/social/base.html
+++ b/democrasite/templates/social/base.html
@@ -10,15 +10,23 @@
{% block nav_user_pages %}
-
- Notes
+ {% url 'social:note-list' as url_notes %}
+ Notes
{% if user.person %}
-
- Following
+ {% url 'social:following-notes' as url_following %}
+ Following
-
- Profile
+ {% url 'social:person-detail' username=user.username as url_profile %}
+ Profile
{% else %}