1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00
Files
seahub/templates/registration/password_reset_done.html

10 lines
242 B
HTML
Raw Normal View History

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