Fix duplicate view comment
This commit is contained in:
parent
3bf31ff073
commit
d0e2c7daa9
1 changed files with 0 additions and 11 deletions
|
@ -399,17 +399,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if not (contest_problem and contest_problem.contest.use_clarifications) %}
|
||||
<div id="comment-announcement-container">
|
||||
<div id="comment-announcement">
|
||||
{% if has_comments %}
|
||||
{{_('View comments')}} ({{comment_list.count()}})
|
||||
{% else %}
|
||||
{{_('Be the first to comment')}}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block comments %}
|
||||
|
|
Loading…
Reference in a new issue