1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-18 06:57:52 +00:00
seahub/templates/registration/password_reset_done.html
2012-10-30 14:42:21 +08:00

11 lines
268 B
HTML

{% extends "myhome_base.html" %}
{% load i18n %}
{% block title %}{% trans "Password Reset Successfully" %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>{% trans "We've send a password reset email to your email." %}</p>
</div>
{% endblock %}