Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 69b9821

Browse files
author
Arjun
committed
beta 5.5
Minor Changes
1 parent f7b1bc4 commit 69b9821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/templates/qa/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="col-sm-1 ans"><small><div class="ques">{{ question.answer_set.count }}</div>Answers</small></div>
3434
<div class="col-sm-1 ans"><small><div class="ques">{{ question.views }}</div>Views</small></div>
3535
<p>
36-
{% if question.answer_set.count %}<span class="glyphicon glyphicon-fire" aria-hidden="true"></span>{% endif %} <a class="ques" href="/q/{{ question.id }}/">{{ question.question_text }}</a>
36+
{% if question.reward %}<span class="glyphicon glyphicon-fire" aria-hidden="true"></span>{% endif %} <a class="ques" href="/q/{{ question.id }}/">{{ question.question_text }}</a>
3737
<br/>
3838
{% for tag in question.tags.all %}
3939
<a href="/tag/{{ tag.slug|slugify }}/"><tag>{{ tag.slug }}</tag></a>

0 commit comments

Comments
 (0)