diff --git a/bookwyrm/templates/snippets/shelve_button/finish_reading_modal.html b/bookwyrm/templates/snippets/shelve_button/finish_reading_modal.html index f5a38c989..f32d28b79 100644 --- a/bookwyrm/templates/snippets/shelve_button/finish_reading_modal.html +++ b/bookwyrm/templates/snippets/shelve_button/finish_reading_modal.html @@ -38,7 +38,7 @@ {% include 'snippets/privacy_select.html' %} -
+
{% trans "Cancel" as button_text %} {% include 'snippets/toggle/close_button.html' with text=button_text controls_text="finish-reading" controls_uid=uuid %} diff --git a/bookwyrm/templates/widgets/clearable_file_input_with_warning.html b/bookwyrm/templates/widgets/clearable_file_input_with_warning.html index 467d832da..e4906cb9a 100644 --- a/bookwyrm/templates/widgets/clearable_file_input_with_warning.html +++ b/bookwyrm/templates/widgets/clearable_file_input_with_warning.html @@ -3,22 +3,22 @@ {% if widget.is_initial %}

- {{ widget.initial_text }}: - {{ widget.value|truncatepath:10 }} + {{ widget.initial_text }}: + {{ widget.value|truncatepath:10 }}

{% if not widget.required %}

- {% endif %} + {% endif %}

{{ widget.input_text }}: {% else %}

{% endif %} - - + +