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 %}Server time:{% endtrans %}

-

+

diff --git a/cms/server/contest/templates/overview.html b/cms/server/contest/templates/overview.html index 468a5d8c3f..2f63dc43df 100644 --- a/cms/server/contest/templates/overview.html +++ b/cms/server/contest/templates/overview.html @@ -23,14 +23,6 @@

{% trans %}General information{% endtrans %}

stop_time=(contest.stop + participation.delay_time + participation.extra_time)|format_datetime_smart %} The contest will start at {{ start_time }} and will end at {{ stop_time }}. {% endtrans %} -{% elif phase == 0 %} - {% trans %}The contest is currently running.{% endtrans %} -

-

- {% 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 %}General information{% endtrans %}

stop_time=contest.analysis_stop|format_datetime_smart %} The analysis mode will start at {{ start_time }} and will end at {{ stop_time }}. {% endtrans %} - {% elif phase == +2 %} - {% trans %}The analysis mode is currently running.{% endtrans %} -

-

- {% 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 %}