DRM-fuer-ePA/Licenseserver/templates/registration/password_reset_complete.html
2021-02-11 21:18:00 +01:00

6 lines
166 B
HTML

{% extends "base_generic.html" %}
{% block content %}
<h1>The password has been changed!</h1>
<p><a href="{% url 'login' %}">log in again?</a></p>
{% endblock %}