From 129ca0352fd325004c16253471077d8c64c8525e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 22 Jan 2021 13:00:20 -0800 Subject: [PATCH] Consistent progress type form element --- .../templates/snippets/readthrough_form.html | 30 +++++++------------ 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/bookwyrm/templates/snippets/readthrough_form.html b/bookwyrm/templates/snippets/readthrough_form.html index a0502b7b9..21d0a8098 100644 --- a/bookwyrm/templates/snippets/readthrough_form.html +++ b/bookwyrm/templates/snippets/readthrough_form.html @@ -9,26 +9,18 @@ {# Only show progress for editing existing readthroughs #} {% if readthrough.id and not readthrough.finish_date %} -
-
-
- -
+ +
+
+
-
-
- - -
+
+
{% endif %}