From 04c165113f1a101970b3fad87c0e0b0b13627db4 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 18 May 2021 11:22:45 -0700 Subject: [PATCH] Cleans up login page --- bookwyrm/templates/login.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/bookwyrm/templates/login.html b/bookwyrm/templates/login.html index 8ed5d0447..e3d0133cf 100644 --- a/bookwyrm/templates/login.html +++ b/bookwyrm/templates/login.html @@ -38,6 +38,9 @@ + + +
{% if site.allow_registration %}

{% trans "Create an Account" %}

@@ -50,15 +53,15 @@ {% endif %}
+ -
-
- {% include 'snippets/about.html' %} +
+
+ {% include 'snippets/about.html' %} -

- {% trans "More about this site" %} -

-
+

+ {% trans "More about this site" %} +

{% endblock %}