DRM-fuer-ePA/Licenseserver/templates/registration/password_reset_complete.html

6 lines
166 B
HTML
Raw Normal View History

2021-02-11 21:18:00 +01:00
{% extends "base_generic.html" %}
{% block content %}
<h1>The password has been changed!</h1>
<p><a href="{% url 'login' %}">log in again?</a></p>
{% endblock %}