diff --git a/app/views/exceptions/not_found.html.erb b/app/views/exceptions/not_found.html.erb index 873a79cc3b9..6975dbfe725 100644 --- a/app/views/exceptions/not_found.html.erb +++ b/app/views/exceptions/not_found.html.erb @@ -1,7 +1,7 @@

<%= @title %>

- <%- if (@group&.allow_membership_requests || @group&.public_admission) && !current_user %> + <%- if !current_user %> " class='btn btn-primary'><%= SvgSprite.raw_svg('fa-user') %><%= I18n.t('log_in') %> <%- end %>