From e67feb929699434685840b6f5e6017a5024b600c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 4 Oct 2020 14:30:40 -0700 Subject: [PATCH] More room for the "about" section on login page --- bookwyrm/templates/login.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/bookwyrm/templates/login.html b/bookwyrm/templates/login.html index 00dcd431..a91544b7 100644 --- a/bookwyrm/templates/login.html +++ b/bookwyrm/templates/login.html @@ -3,21 +3,7 @@
-
- {% if site_settings.allow_registration %} -

Create an Account

-
- {% include 'snippets/register_form.html' %} -
- {% else %} -

This instance is closed

-

Contact an administrator to get an invite

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

Log in

{% csrf_token %} @@ -43,6 +29,20 @@
+
+ {% if site_settings.allow_registration %} +

Create an Account

+
+ {% include 'snippets/register_form.html' %} +
+ {% else %} +

This instance is closed

+

Contact an administrator to get an invite

+ {% endif %} +
+
+ +
{% include 'snippets/about.html' with site_settings=site_settings %}