mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
360 B
9 lines
360 B
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<p>{% trans "Foi enviado um e-mail com as instruções para recuperação de senha. Você deve recebê-lo em breve." %}</p>
|
|
<p>{% trans "Caso você não receba, verifique se você inseriu o e-mail em que você está cadastrado e verifique, também, sua caixa de SPAM." %}</p>
|
|
|
|
{% endblock %}
|