{% 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 %} +
+
+From d9d2405a8a34f4fdf0b70996377bdd3ae046df08 Mon Sep 17 00:00:00 2001
From: mein Name
+ {% 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 %} -