Skip to content

Commit ae25363

Browse files
committed
Add a link to account creation in the login page body. Commit ready to merge.
- Legacy-Id: 19857
1 parent b7c9414 commit ae25363

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/templates/registration/login.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ <h1>Sign in</h1>
2929
<div class="pull-right">
3030
Forgot your password?
3131
<a href="{% url 'ietf.ietfauth.views.password_reset' %}">Request a reset</a>.
32+
<br>
33+
Don't have an account?
34+
<a href="{% url 'ietf.ietfauth.views.create_account' %}">Create an account</a>.
3235
</div>
3336
{% endbuttons %}
3437

0 commit comments

Comments
 (0)