Skip to content

Commit

Permalink
[#2038] Unpublished projects hidden from count on organisation direct…
Browse files Browse the repository at this point in the history
…ory page
  • Loading branch information
damienallen committed Apr 25, 2016
1 parent 1bee9a6 commit c2d877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/organisation_directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1><a href="{% url 'organisation-main' o.id %}"><i class="fa fa-users"></i> {{o
</div>
<div class="col-sm-3 hidden-xs hidden-sm additionalInfo">
<h4 class="detailedInfo">{% trans "Additional Information" %}</h4>
<div class=""><i class="fa fa-folder-o"></i> <span>{{o.all_projects.count}} {% trans "projects" %}</span></div>
<div class=""><i class="fa fa-folder-o"></i> <span>{{o.published_projects.count}} {% trans "projects" %}</span></div>
<div class=""><i class="fa fa-user"></i> <span>{{o.all_users.count}} {% trans "users" %}</span></div>
<div class=""><i class="fa fa-camera-retro"></i> <span>{{o.all_updates.count}} {% trans "updates" %}</span></div>
</div>
Expand Down

0 comments on commit c2d877d

Please sign in to comment.