pflaenz.li/pflaenzli/pflaenzli/templates/registration/password_reset_complete.html
Jannis Portmann 799f0be53e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Add translated strings
2023-05-16 23:36:40 +02:00

7 lines
199 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block content %}
<h1>{% trans "Reset password" %}</h1>
<p>{% trans "New password was set successfully. Please login again." %}</p>
{% endblock %}