Skip to content

Commit

Permalink
bug: fix tribe follower count (#6757)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Jun 4, 2020
1 parent 18962f9 commit 5d2d816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/templates/tribes/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="text-center mb-5 py-4">
</a>
<h4 class="font-weight-bold pt-0 mb-0 font-title text-capitalize">{{ tribe.name }}</h4>
<span class="font-body">
<i class="fas fa-user mr-1 font-caption position-relative"></i> {{ tribe.followers_count|default:0 }} members
<i class="fas fa-user mr-1 font-caption position-relative"></i> {{ tribe.follower_count|default:0 }} members
</span>
</div>
{% endfor %}
Expand Down

0 comments on commit 5d2d816

Please sign in to comment.