From 0bdac9f5984ab68b8f4d3e361fa59b393cc5d5f9 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Thu, 19 Dec 2024 13:06:19 +0100 Subject: [PATCH] add link to https://join.piefed.social/try/ on closed registration --- app/templates/auth/register.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}