diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html index 53e92395..d6ef826c 100644 --- a/project/templates/lilcity/index.html +++ b/project/templates/lilcity/index.html @@ -158,7 +158,7 @@ {% endif %} - {% if user.is_authenticated and not user.is_email_proved %} + {% if user.is_authenticated and not user.fb_id or user.is_authenticated and not user.is_email_proved %}
{% endif %}