mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
11 lines
193 B
HTML
11 lines
193 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
|
|
<p>{% trans "Password reset successfully" %}</p>
|
|
|
|
<p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p>
|
|
|
|
{% endblock %}
|