diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 43ae104b..bb27d846 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -158,9 +158,11 @@ {% endif %} - {% if request.user.is_authenticated and not request.user.fb_id or request.user.is_authenticated and not request.user.is_email_proved %} + {% if request.user.is_authenticated %} + {% if not request.user.is_email_proved and not request.user.fb_id %}
{% endif %} + {% endif %}