add link to https://join.piefed.social/try/ on closed registration

This commit is contained in:
Hendrik L 2024-12-19 13:06:19 +01:00
parent dce17fd094
commit 0bdac9f598

View file

@ -19,7 +19,9 @@
<div class="card-title text-center">{{ _('Create new account') }}</div> <div class="card-title text-center">{{ _('Create new account') }}</div>
{{ render_form(form) }} {{ render_form(form) }}
{% else %} {% else %}
{{ _('Registration is closed. Only admins can create accounts.') }} <p>{{ _('Registration is closed. Only admins can create accounts.') }}</p>
<p>{{ _('If you would like to sign up for PieFed, choose one of the other instances in our network:') }}</p>
<p class="text-center"><a class="btn btn-primary" href="https://join.piefed.social/try/" title="{{ _('List of open PieFed instances') }}">{{ _('Try PieFed') }}</a></p>
{% endif %} {% endif %}
</div> </div>
</div> </div>