stages/identification: fix wrong link

This commit is contained in:
Jens Langhammer 2020-05-28 22:44:42 +02:00
parent e6d64bf5b3
commit fe6bfb1620
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 %}