1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00
Files
seahub/templates/registration/password_change_done.html

12 lines
196 B
HTML

{% extends "accounts.html" %}
{% block title %}密码修改成功{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>您的密码已成功修改。</p>
</div>
{% endblock %}