1 {% extends "base.html" %}
 
   5 {% block title %}{{ title }}{% endblock %}
 
  10   <div class="enclosed">
 
  15       <p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
 
  20         <button type="submit">{% trans 'Change my password' %}</button>
 
  24       <p>{% trans "The password reset link was invalid, possibly because it has already been used.  Please request a new password reset." %}</p>