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

11 lines
300 B
HTML
Raw Normal View History

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