diff --git a/cms/server/contest/templates/contest.html b/cms/server/contest/templates/contest.html index 14e7d394e0..8e513bdc4e 100644 --- a/cms/server/contest/templates/contest.html +++ b/cms/server/contest/templates/contest.html @@ -162,7 +162,7 @@
- {% trans start_time=(contest.start + participation.delay_time)|format_datetime_smart, - stop_time=(contest.stop + participation.delay_time + participation.extra_time)|format_datetime_smart %} - The contest started at {{ start_time }} and will end at {{ stop_time }}. - {% endtrans %} {% elif phase >= +1 %} {% trans %}The contest has already ended.{% endtrans %}
@@ -51,14 +43,6 @@- {% trans start_time=contest.analysis_start|format_datetime_smart, - stop_time=contest.analysis_stop|format_datetime_smart %} - The analysis mode started at {{ start_time }} and will end at {{ stop_time }}. - {% endtrans %} {% elif phase == +3 %} {% trans %}The analysis mode has already ended.{% endtrans %}