Squashed commit of the following:

commit fe6bfb1620
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Thu May 28 22:44:42 2020 +0200

    stages/identification: fix wrong link
This commit is contained in:
Jens Langhammer 2020-05-28 22:44:59 +02:00
parent 3cad746407
commit 0302a95dd7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
{% if enroll_url %}
<p class="pf-c-login__main-footer-band-item">
{% trans 'Need an account?' %}
<a href="https://www.patternfly.org/">{% trans 'Sign up.' %}</a>
<a href="{{ enroll_url }}">{% trans 'Sign up.' %}</a>
</p>
{% endif %}
{% if recovery_url %}