Skip to content

Commit

Permalink
Uncommenting block of code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-code committed Aug 14, 2017
1 parent f8392ee commit db12add
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootcamp/questions/templates/questions/partial_question.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ <h3 class="panel-title">
<h5><span class="glyphicon glyphicon-comment"></span> Answers</h5>
<span>{{ question.get_answers_count }}</span>
</div>
{# <div class="info">#}
{# <h5><span class="glyphicon glyphicon-star"></span> Favorites</h5>#}
{# <span>{{ question.favorites }}</span>#}
{# </div>#}
<div class="info">
<h5><span class="glyphicon glyphicon-star"></span> Favorites</h5>
<span>{{ question.favorites }}</span>
</div>
</div>
<div class="question-user">
<a href="{% url 'profile' question.user.username %}"><img src="{{ question.user.profile.get_picture }}" class="user"></a>
Expand Down

0 comments on commit db12add

Please sign in to comment.