Commit 51bad51e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix submit button in password reset form

parent 3270b87f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 %}