diff --git a/bookwyrm/templates/import/import.html b/bookwyrm/templates/import/import.html index 702a360b8..f3062a447 100644 --- a/bookwyrm/templates/import/import.html +++ b/bookwyrm/templates/import/import.html @@ -17,8 +17,8 @@ {% if site.imports_enabled %} {% if import_size_limit and import_limit_reset %}
-

Currently you are allowed to import {{ import_size_limit }} books every {{ import_limit_reset }} days.

-

You have {{ allowed_imports }} left.

+

{% blocktrans %}Currently you are allowed to import {{ import_size_limit }} books every {{ import_limit_reset }} days.{% endblocktrans %}

+

{% blocktrans %}You have {{ allowed_imports }} left.{% endblocktrans %}

{% endif %} {% if recent_avg_hours or recent_avg_minutes %} diff --git a/bookwyrm/templates/settings/imports/imports.html b/bookwyrm/templates/settings/imports/imports.html index 78dad3212..108003d85 100644 --- a/bookwyrm/templates/settings/imports/imports.html +++ b/bookwyrm/templates/settings/imports/imports.html @@ -75,11 +75,11 @@ {% trans "Set the value to 0 to not enforce any limit." %}
- + - + - + {% csrf_token %}