diff --git a/tildes/scss/modules/_form.scss b/tildes/scss/modules/_form.scss index e34ae43..9e541a1 100644 --- a/tildes/scss/modules/_form.scss +++ b/tildes/scss/modules/_form.scss @@ -28,6 +28,10 @@ select.form-select:not([multiple]) { } } +.form-login { + margin-bottom: 2rem; +} + .form-buttons { display: flex; flex-direction: row-reverse; diff --git a/tildes/tildes/templates/login.jinja2 b/tildes/tildes/templates/login.jinja2 index a15286e..7b82a77 100644 --- a/tildes/tildes/templates/login.jinja2 +++ b/tildes/tildes/templates/login.jinja2 @@ -8,7 +8,7 @@ {% block main_heading %}Log in{% endblock %} {% block content %} -
+
@@ -32,4 +32,10 @@
+ +
+ +

Tildes is currently in invite-only alpha, and you must be invited to be able to register. Most of the existing users have the ability to invite others, so if you know someone that has an account, you can ask them for an invite. Otherwise, please read the announcement blog post for more info about the site and instructions for requesting an invite from the site admin.

+ +

If you already have a Tildes account but have forgotten your password, please send an email (you must include your username) to password@tildes.net.

{% endblock %}