diff --git a/bookwyrm/templates/user_menu.html b/bookwyrm/templates/user_menu.html index 03935de7..9646302f 100644 --- a/bookwyrm/templates/user_menu.html +++ b/bookwyrm/templates/user_menu.html @@ -45,9 +45,11 @@ {% trans 'Settings' %} + {% if perms.bookwyrm.create_invites or perms.moderate_user %} - + {% endif %} + {% if perms.bookwyrm.create_invites and not site.allow_registration %}
  • @@ -62,7 +64,9 @@
  • {% endif %} + +
  • {% trans 'Log out' %}