mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-27 09:10:08 -05:00
Fix two places switch from own_username to own_acct was missed
This commit is contained in:
parent
5bd62b6c4d
commit
e794876d14
@ -116,7 +116,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="level-right">
|
||||
{% if toot.account.acct == own_username %}
|
||||
{% if toot.account.acct == own_acct.acct %}
|
||||
<a class="level-item" href="{% url "delete" toot.id %}">
|
||||
delete
|
||||
</a>
|
||||
|
@ -33,7 +33,7 @@ Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime
|
||||
<div class="content">
|
||||
{{ user.note | relink_toot | strip_html | safe }}
|
||||
</div>
|
||||
{% if user.acct != own_username %}
|
||||
{% if user.acct != own_acct.acct %}
|
||||
<div class="level is-mobile">
|
||||
<div class="level-left">
|
||||
{% if relationship.requested %}
|
||||
|
Loading…
Reference in New Issue
Block a user