diff --git a/templates/contests.html.twig b/templates/contests.html.twig index cb7f1b4..fecdfdc 100644 --- a/templates/contests.html.twig +++ b/templates/contests.html.twig @@ -54,8 +54,8 @@ {% if contest.in_progress %}bg-success bg-opacity-10{% endif %} "> {{ contest.name }} - {{ contest.start_date }} - {{ contest.end_date }} + {{ contest.start_date }} UTC + {{ contest.end_date }} UTC {% if contest.pending %} {{ msg('not-started-yet') }}