diff --git a/mooc/templates/account/people.html b/mooc/templates/account/people.html index 50f4909..eb0fa79 100644 --- a/mooc/templates/account/people.html +++ b/mooc/templates/account/people.html @@ -24,7 +24,7 @@

{{ user.nickname or user.username }}

-

󰁣 {{ _('Joined on %(time)s', time=user.created|date('%Y年%m月%d日') ) }}

+

󰁣 {{ _('Joined on %(time)s', time=user.created|date('%Y-%m-%d') ) }}