{% trans 'Migrate Account' %}
++ {% if not user.email_account %} + + {% trans "Linking an email to your account is highly recommended before migrating from another Fediverse instance." %} + {% endif %} +
+
+diff --git a/common/templates/404.html b/common/templates/404.html
index 684f36d1..c19126f1 100644
--- a/common/templates/404.html
+++ b/common/templates/404.html
@@ -22,7 +22,8 @@
{% blocktrans %}You may have visited an incorrect URL, or the content you are looking for has been deleted by the author.{% endblocktrans %}
+ {% if not user.email_account %}
+
+ {% trans "Linking an email to your account is highly recommended before migrating from another Fediverse instance." %}
+ {% endif %}
+
+
{% blocktrans %}If you believe this is our mistake, please contact us through the link at the bottom of the page.{% endblocktrans %}
- {trans "Go to Home"}
+
+ {% trans "Go to Home" %}
{% include "_footer.html" %}
diff --git a/neodb-takahe b/neodb-takahe
index 21fd348a..8b1fe6d2 160000
--- a/neodb-takahe
+++ b/neodb-takahe
@@ -1 +1 @@
-Subproject commit 21fd348a2c54f8769adb7f4d6d8782ebdd3a25bc
+Subproject commit 8b1fe6d2556c6201f77de05b0a58fe7e2e5105d2
diff --git a/users/templates/users/account.html b/users/templates/users/account.html
index dab5c971..b0d25761 100644
--- a/users/templates/users/account.html
+++ b/users/templates/users/account.html
@@ -298,6 +298,27 @@
{% if allow_any_site %}
+ {% trans 'Migrate Account' %}
+
{% trans "View authorized applications" %}
-- {% if user.email_account %} - {% trans "Migrate account" %} - {% else %} - {% trans "Link an email so that you can migrate followers from other Fediverse instances." %} - {% endif %} -