Fix small bugs

This commit is contained in:
cuom1999 2022-06-01 00:47:22 -05:00
parent 9b1724cdad
commit 3fb78e714d
4 changed files with 13 additions and 2 deletions

View file

@ -10,7 +10,7 @@
{% if submission.contest_time %}
{{submission.contest_time}}
{% else %}
{% trans time=submission.date|date(_("N j, Y, g:i a")) %}
{% trans time=submission.date|date(_("g:i a d/m/Y")) %}
{{ time }}
{% endtrans %}
{% endif %}