diff --git a/ietf/templates/registration/login.html b/ietf/templates/registration/login.html index 4962e358d..a3ec86a35 100644 --- a/ietf/templates/registration/login.html +++ b/ietf/templates/registration/login.html @@ -9,11 +9,11 @@
{% csrf_token %} {% bootstrap_form form %} - {% bootstrap_button button_type="submit" content="Sign in" %} - Forgot your password? -
- Don't have an account? - Create an account. +
+ {% bootstrap_button "Sign in" button_type="submit" %} + {% url 'ietf.ietfauth.views.password_reset' as reset_url %} + {% bootstrap_button "Forgot your password?" button_type="link" button_class="btn-secondary" href=reset_url %} +
+ Don't have an account? Create an account.
{% endblock %} \ No newline at end of file