diff --git a/bookwyrm/templates/import/import.html b/bookwyrm/templates/import/import.html index deb39f7da..702a360b8 100644 --- a/bookwyrm/templates/import/import.html +++ b/bookwyrm/templates/import/import.html @@ -15,11 +15,12 @@ {% endif %} {% if site.imports_enabled %} -
-

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

-

You have {{ allowed_imports }} left.

-
- + {% 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.

+
+ {% endif %} {% if recent_avg_hours or recent_avg_minutes %}

@@ -95,7 +96,7 @@

- {% if allowed_imports > 0 %} + {% if not import_limit_reset and not import_size_limit or allowed_imports > 0 %} {% else %}