xmpp.chapril.org-conversejs/html/registration/password_reset_complete.html

11 lines
222 B
HTML
Raw Normal View History

2012-03-06 16:06:19 +01:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Your password has been set. You may go ahead and log in now." %}</p>
<p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
{% endblock %}