mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-18 06:57:52 +00:00
11 lines
268 B
HTML
11 lines
268 B
HTML
{% 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 %}
|