We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c9414 commit ae25363Copy full SHA for ae25363
1 file changed
ietf/templates/registration/login.html
@@ -29,6 +29,9 @@ <h1>Sign in</h1>
29
<div class="pull-right">
30
Forgot your password?
31
<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>.
35
</div>
36
{% endbuttons %}
37
0 commit comments