Skip to content

Commit

Permalink
User: Fix display of date joined
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 24, 2020
1 parent 5362906 commit e0118b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/templates/accounts/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h3>{{ page_user }}</h3>
<p>
<span class="middle-dot-divider">@{{ page_user.username }}</span>
<span class="middle-dot-divider">{% blocktrans with date=user.date_joined|date:"DATE_FORMAT" %}Joined on {{ date }}{% endblocktrans %}</span>
<span class="middle-dot-divider">{% blocktrans with date=page_user.date_joined|date:"DATE_FORMAT" %}Joined on {{ date }}{% endblocktrans %}</span>
</p>
{% if page_profile.translated or page_profile.suggested or page_profile.uploaded %}
<p>
Expand Down

0 comments on commit e0118b7

Please sign in to comment.