{# vim: set ts=2 et sts=2 sw=2: #} {% extends "users/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% set classes = 'register' %} {% block content %}
{% if error == 'no_email' %}

{{ _('No email found for this account') }}

{% trans bug_url='http://mzl.la/mdn-bug' %}Could not find email for {{ username }}. Please file a bug to restore your account.{% endtrans %}

{% else %}

{{ _('Reminder email sent.') }}

{% trans %}We've sent a reminder email to the address registered for {{ username }}.{% endtrans %}

{% endif %}
{% endblock %}