- {{ application.name }} 是由 @{{ application.user.identity.handler }} 创建和维护的应用程序。 + {{ application.name }} 是由 @{{ application.user.identity.handle }} 创建和维护的应用程序。 {{ site_name }}无法保证其安全性和有效性,请自行验证确认后再授权。
{% endif %} diff --git a/journal/templates/_list_item.html b/journal/templates/_list_item.html index 0d032ae0..2a5a94ab 100644 --- a/journal/templates/_list_item.html +++ b/journal/templates/_list_item.html @@ -49,7 +49,7 @@{{ collection.owner.mastodon_account.display_name }} - @{{ collection.owner.handler }} + @{{ collection.owner.handle }}
{% for cat, count in collection.get_summary.items %} diff --git a/journal/templates/profile.html b/journal/templates/profile.html index 0fef8cc4..ea5400e6 100644 --- a/journal/templates/profile.html +++ b/journal/templates/profile.html @@ -10,21 +10,21 @@
- {% if identity.user == request.user %} + {% if me %}