1 {% extends "base.html" %}
 
   4 {% block title %}{{ title }}{% endblock %}
 
   8   <form class="enclosed" method="post">
 
  12     <p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p>
 
  16     <button type="submit">{% trans 'Reset my password' %}</button>