1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 14:37:58 +00:00
seahub/templates/registration/password_change_done.html

13 lines
264 B
HTML
Raw Normal View History

{% extends "accounts.html" %}
{% load i18n %}
{% block title %}{% trans "Password Change Successfully" %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>{% trans "Your password has been changed successfully." %}</p>
</div>
{% endblock %}