1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-23 17:20:29 +00:00
seahub/templates/registration/password_reset_done.html

11 lines
268 B
HTML
Raw Normal View History

{% extends "myhome_base.html" %}
{% load i18n %}
{% block title %}{% trans "Password Reset Successfully" %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>{% trans "We've send a password reset email to your email." %}</p>
</div>
{% endblock %}