diff --git a/templates/auth.html b/templates/auth.html index 5c28cec..f2e5997 100644 --- a/templates/auth.html +++ b/templates/auth.html @@ -5,7 +5,7 @@
MEMBER ACCESS

{{ 'Join the circuit.' if mode == 'register' else 'Resume the signal.' }}

Accounts let you publish and maintain your own engineering notes.

- +

{% if mode == 'register' %}Already publishing? Sign in{% else %}New to the project? Create an account{% endif %}