summaryrefslogtreecommitdiff
path: root/gstudio/templates/registration/password_reset_complete.html
blob: d0a6df9393a1d1c3de62664977e44ef09c9320ea (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "gstudio/base.html" %}
{% load i18n %}

{% block content %}

<p>{% trans "Password reset successfully" %}</p>

<p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p>

{% endblock %}