Skip to content

Commit

Permalink
Merge pull request #1976 from d3netxer/fix_1803
Browse files Browse the repository at this point in the history
fixed #1803
  • Loading branch information
state-hiu-dev committed Feb 2, 2015
2 parents 03fde0e + ee28e4d commit 44341fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode/people/templates/people/profile_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h2 class="page-title">{{ profile.name_long }}</h2>
<div class="row">
<div class="col-xs-3 col-md-2 profile-avatar">
{% avatar profile 140 %}
<a href="{% url "message_create" profile.pk %}" class="btn btn-primary btn-xs" style="margin-top:4px;">{% trans "Message User" %}</a>
</div>
<div class="col-xs-9 col-md-6 profile-details">
<p>
Expand Down

0 comments on commit 44341fb

Please sign in to comment.