Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1298 from akatsoulas/1330305-achievement
Browse files Browse the repository at this point in the history
[fix bug 1330305] Do not show an empty "achievement" section.
  • Loading branch information
akatsoulas authored Jan 12, 2017
2 parents cca0114 + d480b9e commit 55fcf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remo/profiles/templates/profiles_view.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Mozilla Reps - Profile of {{ user_profile.display_name }}

<div class="large-6 columns">
<!-- The following div.row should be displayed if usergroups OR featuredrep -->
{% if usergroups or featured_rep.count() or user_is_mentor(request_user) %}
{% if usergroups or featured_rep.count() or (user_is_mentor(request_user) and is_nomination_period) %}
<div class="row profile-detail-list">
<div class="large-1 columns pictogram">
<div class="pict-icon large award"></div>
Expand Down

0 comments on commit 55fcf13

Please sign in to comment.