Add a link to account creation in the login page body. Commit ready to merge.

- Legacy-Id: 19857
This commit is contained in:
Robert Sparks 2022-01-19 17:00:14 +00:00
parent b7c9414323
commit ae25363af7

View file

@ -29,6 +29,9 @@
<div class="pull-right"> <div class="pull-right">
Forgot your password? Forgot your password?
<a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>. <a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>.
<br>
Don't have an account?
<a href="{% url 'ietf.ietfauth.views.create_account' %}">Create an account</a>.
</div> </div>
{% endbuttons %} {% endbuttons %}