mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
add link to https://join.piefed.social/try/ on closed registration
This commit is contained in:
parent
dce17fd094
commit
0bdac9f598
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
<div class="card-title text-center">{{ _('Create new account') }}</div>
|
||||
{{ render_form(form) }}
|
||||
{% 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 %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue