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:
parent
3cad746407
commit
0302a95dd7
|
@ -43,7 +43,7 @@
|
||||||
{% if enroll_url %}
|
{% if enroll_url %}
|
||||||
<p class="pf-c-login__main-footer-band-item">
|
<p class="pf-c-login__main-footer-band-item">
|
||||||
{% trans 'Need an account?' %}
|
{% trans 'Need an account?' %}
|
||||||
<a href="https://www.patternfly.org/">{% trans 'Sign up.' %}</a>
|
<a href="{{ enroll_url }}">{% trans 'Sign up.' %}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if recovery_url %}
|
{% if recovery_url %}
|
||||||
|
|
Reference in New Issue