Fix error message if user did not confirm email. Now check fb id too.

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 2c9f5dd4e9
commit 4b93e5a318
  1. 2
      project/templates/lilcity/index.html

@ -158,7 +158,7 @@
{% endif %}
</div>
</div>
{% 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 %}
<div class="message message_error">Необходимо подтвердить электронную почту</div>
{% endif %}
</header>

Loading…
Cancel
Save