Fix profile template - refs #7347

1.9.x
Angel Fernando Quiroz Campos 11 years ago
parent 59f1e2503b
commit 3cc07708ba
  1. 12
      main/template/default/skill/profile.tpl

@ -83,14 +83,14 @@
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
{% else %}
{% if search_skill_list is null %}
<div class="warning-message">{{"NoResults"|get_lang}}</div>
{% endif %}
{% endfor %}
{% else %}
{% if search_skill_list is null %}
<div class="warning-message">{{"NoResults"|get_lang}}</div>
{% endif %}
{% endif %}
</div>
<div id="dialog-form" style="display:none;">
<form id="save_profile_form" class="form-horizontal" name="form">

Loading…
Cancel
Save