@ -23,7 +23,7 @@
<header>
<div class="i-place">
{% if member.profile.country %}
<a href="#">{{ member.profile.country }}</a>, <a href="#">{{ member.profile.city }}</a>
{{ member.profile.country }}, {{ member.profile.city }}
{% endif %}
</div>
<div class="i-title">{{ member.get_full_name }}</div>
@ -174,6 +174,7 @@
<div class="sl-item clearfix">
<div class="sl-pict">
{% if user.get_avatar %}
{% else %}
<img src="{% static 'client/img/no-logo.png' %}" alt="" />
@ -123,7 +123,7 @@ if (EXPO.profile){
* @public
*/
refreshState: function () {
if($.trim( this.$staticValue.text()) == '' && this.$wrapper.length && this.refrashable){
if(($.trim( this.$staticValue.text()) == '' || $.trim( this.$staticValue.text()) == 'None') && this.$wrapper.length && this.refrashable){
this.$editable.addClass('hidden');
this.$editable.removeClass(EXPO.company.opt.formCurrentClass);
this.$description.removeClass('hidden');