diff --git a/app/templates/auth/register.html b/app/templates/auth/register.html index 49673e1e..542f2567 100644 --- a/app/templates/auth/register.html +++ b/app/templates/auth/register.html @@ -19,7 +19,9 @@
{{ _('Create new account') }}
{{ render_form(form) }} {% else %} - {{ _('Registration is closed. Only admins can create accounts.') }} +

{{ _('Registration is closed. Only admins can create accounts.') }}

+

{{ _('If you would like to sign up for PieFed, choose one of the other instances in our network:') }}

+

{{ _('Try PieFed') }}

{% endif %}