{{ toot.account.display_name }}
- @{{ toot.account.username }}
+ @{{ toot.account.acct }}
{{ toot.created_at |naturaltime }}
{% if reblog %}
diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index 8dfd331..4361545 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -9,7 +9,7 @@
{{ toot.account.display_name }}
- @{{ toot.account.username }}
+ @{{ toot.account.acct }}
{{ toot.created_at |naturaltime }}
{% if reblog %}