Skip to content

Commit

Permalink
comment out use of slow query in answer template (#4347)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Apr 24, 2020
1 parent 400d206 commit 930dd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kitsune/questions/jinja2/questions/includes/answer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
{{ titles(answer.creator) }}
{% if answer.id and answer.creator == question.creator %}<span class="user-title">{{_('Question owner')}}</span>{% endif %}
</a>
{% if answer.id and question.creator != answer.creator %}
{# {% if answer.id and question.creator != answer.creator %}
<span class="solutions">{{ _('{num} solutions')|f(num=answer.creator_num_solutions) }}</span>
<span class="answers">{{ _('{num} answers')|f(num=answer.creator_num_answers) }}</span>
{% endif %}
{% endif %} #}
</div>
{% if answer.id %}
<span class="asked-on">
Expand Down

0 comments on commit 930dd63

Please sign in to comment.