1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 14:37:58 +00:00
seahub/templates/registration/password_reset_complete.html
2012-11-06 19:42:56 +08:00

11 lines
300 B
HTML

{% extends "myhome_base.html" %}
{% load i18n %}
{% block title %}{% trans "Successfully reset password" %}{% endblock %}
{% block main_panel %}
<div class="text-panel">
<p>{% trans "Successfully reset password." %} <a href="{{ login_url }}">{% trans "Log In" %}</a></p>
</div>
{% endblock %}