<pclass="text-center">{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}</p>
<inputname="{{ form.new_password1.name }}"autofocustype="password"class="form-control"placeholder="{% trans "Newpassword"%}">
</div>
<divclass="control-group">
<inputname="{{ form.new_password2.name }}"type="password"class="form-control"placeholder="{% trans "Confirmpassword"%}">
</div>
<inputtype="submit"value="{% trans 'Change my password' %}"class="btn btn-primary btn-style1 pull-right login"/>
</form>
</div>
{% else %}
<pclass="text-center">{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}</p>
{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}
{% block title %}{% trans "Forgot password" %}{% endblock %}
{% block body %}
<h1>{% trans "Forgot password" %}</h1>
<pclass="text-center">{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}</p>
<pclass="text-center">{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}</p>