From 7f7cce3bb80ed35ac8982a21da81eb8ddf88227d Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 6 Nov 2020 15:08:40 -0800 Subject: [PATCH] Group invite form elements --- bookwyrm/templates/login.html | 1 - bookwyrm/templates/manage_invites.html | 17 +++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/bookwyrm/templates/login.html b/bookwyrm/templates/login.html index 7ef88df3..15b52a82 100644 --- a/bookwyrm/templates/login.html +++ b/bookwyrm/templates/login.html @@ -57,6 +57,5 @@

- {% endblock %} diff --git a/bookwyrm/templates/manage_invites.html b/bookwyrm/templates/manage_invites.html index b9bb1c00..01cc1ea9 100644 --- a/bookwyrm/templates/manage_invites.html +++ b/bookwyrm/templates/manage_invites.html @@ -29,21 +29,18 @@
{% csrf_token %} -
+
+
+ {{ form.expiry }} +
-
- {{ form.expiry }} -
-
- -
-
-
- {{ form.use_limit }} +
+ {{ form.use_limit }} +