Loading kodo_sso/templates/registration/password_reset_form.html +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ {% block form %} <p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p> <input type="email" class="form-control" name="email" placeholder="Email" /> <button type="button" class="btn btn-primary col-xs-12"> <button type="submit" class="btn btn-primary col-xs-12"> {% trans "Reset my password" %} </button> {% endblock form %} Loading
kodo_sso/templates/registration/password_reset_form.html +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ {% block form %} <p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p> <input type="email" class="form-control" name="email" placeholder="Email" /> <button type="button" class="btn btn-primary col-xs-12"> <button type="submit" class="btn btn-primary col-xs-12"> {% trans "Reset my password" %} </button> {% endblock form %}