1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-30 21:50:59 +00:00
seahub/templates/registration/password_reset_done.html

10 lines
242 B
HTML

{% extends "myhome_base.html" %}
{% block title %}密码重置成功{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>我们已经把密码重置说明发往您提交的邮箱里,请查收。</p>
</div>
{% endblock %}