Skip to content

Commit

Permalink
show icon still on individual social page
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhuang committed May 14, 2013
1 parent 98db378 commit 55f1a7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deme_django/cms/templates/agent/show.html
Expand Up @@ -2,8 +2,6 @@
{% load item_tags %}


{% block title-section %}{% endblock %}

{% block content %}
<div class="agent-profile container">
<div class="row">
Expand All @@ -15,7 +13,7 @@
</div>

<div class="col col-lg-9">
<h1 title="title">{% viewable_name item %}</h1>
<!--h1 title="title">{% viewable_name item %}</h1-->
<ul>
{% for contact_method in contact_methods %}
<li>{{ contact_method }}</li>
Expand Down

0 comments on commit 55f1a7c

Please sign in to comment.