diff --git a/bookwyrm/templates/shelf/shelf.html b/bookwyrm/templates/shelf/shelf.html index a2410ef95..45a94fed9 100644 --- a/bookwyrm/templates/shelf/shelf.html +++ b/bookwyrm/templates/shelf/shelf.html @@ -19,20 +19,7 @@ {% if user.moved_to %} -
-
-

- {% trans "You have have moved to" %} - {% id_to_username user.moved_to %} -

-

{% trans "You can undo this move to restore full functionality, but some followers may have already unfollowed this account." %}

-
- {% csrf_token %} - - -
-
-
+ {% include "snippets/moved_user_notice.html" with user=user %} {% else %}