diff options
author | FChannel <> | 2021-06-03 01:19:37 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-03 01:19:37 -0700 |
commit | 9d937e6f895ca7213ae759efca9b292a1d014ab3 (patch) | |
tree | eecfbe1c593afc5c1c2e4017a109cfb94a51a014 /static/posts.html | |
parent | 60b6bdf1c021fcffff397c7b1439a1407ed90f0a (diff) |
cleaning up removing posts
Diffstat (limited to 'static/posts.html')
-rw-r--r-- | static/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/posts.html b/static/posts.html index aaf10c9..ee71faf 100644 --- a/static/posts.html +++ b/static/posts.html @@ -79,7 +79,7 @@ {{ end }} {{ if .Attachment }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - <a href="/deleteattach?id={{ .Id }}&board={{ $board.Actor.Id }}">[Delete Attachment]</a> + <a href="/deleteattach?id={{ .Id }}&board={{ $board.Actor.Name }}">[Delete Attachment]</a> {{ end }} <span style="display: block;">File <a id="{{ .Id }}-img" href="{{ (index .Attachment 0).Href}}">{{ (index .Attachment 0).Name }}</a> <span id="{{ .Id }}-size">({{ (index .Attachment 0).Size }})</span></span> <div id="media-{{ .Id }}"></div> |