diff --git a/templates/activities/_menu.html b/templates/activities/_menu.html index 01f34cd..4b167af 100644 --- a/templates/activities/_menu.html +++ b/templates/activities/_menu.html @@ -1,34 +1,34 @@ - + Home {% if request.user.is_authenticated %} - + Notifications - + Local - + Federated - + Compose - + Search - + Settings {% else %} - + Local Posts {% if config.signup_allowed %} - + Create Account {% endif %} diff --git a/templates/identity/_menu.html b/templates/identity/_menu.html index c6c375b..0e22c9d 100644 --- a/templates/identity/_menu.html +++ b/templates/identity/_menu.html @@ -1,16 +1,16 @@ - + Select Identity - + Create Identity - + Logout {% if request.user.admin %} Administration - + Domains {% endif %} diff --git a/templates/settings/_menu.html b/templates/settings/_menu.html index 1cccf6b..49a5d68 100644 --- a/templates/settings/_menu.html +++ b/templates/settings/_menu.html @@ -1,39 +1,39 @@ Identity - + Profile - + Interface - + Follows Account - + Login & Security - Logout + Logout {% if request.user.admin %} Administration - + Basic - + Domains - + Users - + Identities - + Invites - + Django Admin {% endif %}