1244: Скрыть телефон

remotes/origin/top_year_choice
Alexander Burdeiny 10 years ago
parent 70579f1e57
commit 27a792ed95
  1. 4
      templates/client/includes/accounts/simple_user.html

@ -71,12 +71,12 @@
{% endif %}
</div>
<div class="ic-links">
{% comment %}
{% if member.profile.phone and member.profile.show_phone %}
<div class="ic-tel">
{{ member.profile.phone|phone }}
</div>
{% endif %}
{% comment %}
{% if member.email %}
<div class="ic-mail">
<a class="icon-mail" href="mailto:{{ member.email }}">{{ member.email }}</a>
@ -122,4 +122,4 @@
</div>
{% endif %}
</div>
</div>

Loading…
Cancel
Save