mark texts for translation
[redakcja.git] / redakcja / templates / registration / password_reset_complete.html
1 {% extends "catalogue/base.html" %}
2 {% load i18n %}
3
4 {% block inner_content %}
5 <h1>{{ title }}</h1>
6
7 <p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
8
9 <p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
10
11 {% endblock %}