From ae8fed3e822ffd19ae77947ba9d9f4a4254f6041 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 8 Apr 2022 13:50:06 -0700 Subject: [PATCH] Removes stray dash from template --- bookwyrm/templates/user_menu.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' %}