diff --git a/app/views/artists/edit.html.erb b/app/views/artists/edit.html.erb index cc12ba3e4..18409448f 100644 --- a/app/views/artists/edit.html.erb +++ b/app/views/artists/edit.html.erb @@ -5,11 +5,11 @@ <% if !@artist.is_active? %>

This artist entry is inactive and cannot be edited.

- <% elsif @artist.editable_by?(CurrentUser.user) %> - <%= render "form" %> + <% elsif @artist.is_banned? %> +

The artist requested removal of this page.

<% else %> -

The artist requested removal of this page.

+ <%= render "form" %> <% end %>