mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
7 lines
156 B
HTML
7 lines
156 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<p>{% trans "An email with password reset instructions has been sent." %}</p>
|
|
{% endblock %}
|