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 %}