diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index d131533e..53e92395 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -158,6 +158,9 @@ {% endif %} + {% if user.is_authenticated and not user.is_email_proved %} +
Необходимо подтвердить электронную почту
+ {% endif %}
{% block content %}{% endblock content %}