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.
8 lines
314 B
8 lines
314 B
{% extends "crud/detail.html" %}
|
|
{% load i18n %}
|
|
{% block actions %}{% endblock actions %}
|
|
{% block detail_content %}
|
|
<h4><font face="verdana"><p align="center">
|
|
Sua conta foi confirmada via e-mail. Clique <a href="{% url 'usuarios:login' %}">aqui</a> para fazer seu login.
|
|
</p></font></h4>
|
|
{% endblock %}
|
|
|