diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html
index 6ff716c..c7ae67c 100644
--- a/brutaldon/templates/main/toot_partial.html
+++ b/brutaldon/templates/main/toot_partial.html
@@ -116,7 +116,7 @@
- {% if toot.account.acct == own_username %}
+ {% if toot.account.acct == own_acct.acct %}
delete
diff --git a/brutaldon/templates/main/user.html b/brutaldon/templates/main/user.html
index 869c325..1b4858b 100644
--- a/brutaldon/templates/main/user.html
+++ b/brutaldon/templates/main/user.html
@@ -33,7 +33,7 @@ Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime
{{ user.note | relink_toot | strip_html | safe }}
- {% if user.acct != own_username %}
+ {% if user.acct != own_acct.acct %}
{% if relationship.requested %}