Fix small bugs
This commit is contained in:
parent
9b1724cdad
commit
3fb78e714d
4 changed files with 13 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue