{% extends "sphene/community/base.html" %}
{% load i18n %}
{% block content %}
{% blocktrans %}A new password was generated for your account.{% endblocktrans %}
{% blocktrans %}You should receive an email containing your username and new password shortly.{% endblocktrans %}
{% endblock %}