diff --git a/bookwyrm/templates/preferences/export-user.html b/bookwyrm/templates/preferences/export-user.html index 58b27f3c1..955cff656 100644 --- a/bookwyrm/templates/preferences/export-user.html +++ b/bookwyrm/templates/preferences/export-user.html @@ -14,31 +14,29 @@
{% trans "You can create an export file here. This will allow you to migrate your data to another BookWyrm account." %}
{% trans "In your new BookWyrm account can choose what to import: you will not have to import everything that is exported." %}
@@ -50,11 +48,11 @@
{% trans "New user exports are currently disabled." %}
{% if perms.bookwyrm.edit_instance_settings %}
- {% spaceless %}
- {% blocktrans%}
-
User exports settings can be changed from the Imports page in the Admin dashboard.
+
+ {% url 'settings-imports' as url %}
+ {% blocktrans trimmed %}
+ User exports settings can be changed from the Imports page in the Admin dashboard.
{% endblocktrans %}
- {% endspaceless %}
{% endif%}