Skip to content

Commit

Permalink
use eng
Browse files Browse the repository at this point in the history
  • Loading branch information
shonenada committed Mar 2, 2014
1 parent 047a058 commit 1fe3924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mooc/templates/account/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<div class="profile">
<p class="username">{{ user.nickname or user.username }}</p>
<p><span class="iconfont common-iconfont">&#xf0063;</span> {{ _('Joined on %(time)s', time=user.created|date('%Y年%m月%d日') ) }}</p>
<p><span class="iconfont common-iconfont">&#xf0063;</span> {{ _('Joined on %(time)s', time=user.created|date('%Y-%m-%d') ) }}</p>
<p>
<ul class="user-info">
{%- if user.szu_account.college.name %}
Expand Down

0 comments on commit 1fe3924

Please sign in to comment.