{% extends "base-2col.html" %} {% load i18n %} {% block sectionid %}accounts{% endblock %} {% block title %}{% trans "Password" %} :: {% trans "Reset" %}{% endblock %} {% block billboard %}{% trans "Password" %} :: {% trans "Reset" %} :: {% trans "Confirm" %}{% endblock %} {% block content %}
{% trans "Please enter your new password twice so we can verify you typed it in correctly" %}.
{% endblock %}