mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
12 lines
196 B
HTML
12 lines
196 B
HTML
{% extends "accounts.html" %}
|
|
|
|
{% block title %}密码修改成功{% endblock %}
|
|
|
|
{% block main_panel %}
|
|
|
|
<div class="text-panel">
|
|
<p>您的密码已成功修改。</p>
|
|
</div>
|
|
|
|
{% endblock %}
|