1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-27 03:01:26 +00:00
seahub/templates/registration/password_reset_complete.html

10 lines
226 B
HTML

{% extends "myhome_base.html" %}
{% block title %}密码重置成功{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>密码重置成功。 <a href="{{ login_url }}">登录</a></p>
</div>
{% endblock %}