diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 30e3716..cd01943 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -399,6 +399,17 @@ {% endif %} + {% if not (contest_problem and contest_problem.contest.use_clarifications) %} +
+
+ {% if has_comments %} + {{_('View comments')}} ({{comment_list.count()}}) + {% else %} + {{_('Be the first to comment')}} + {% endif %} +
+
+ {% endif %} {% endblock %} {% block comments %} diff --git a/templates/ticket/feed.html b/templates/ticket/feed.html index 89a2db5..75b46be 100644 --- a/templates/ticket/feed.html +++ b/templates/ticket/feed.html @@ -1,11 +1,11 @@

+ + {{ ticket.linked_item|item_title }} + · {{ ticket.title }} - - - - {{ ticket.linked_item|item_title }}

{% with author=ticket.user %} {% if author %}