mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-29 16:03:37 +00:00
Fixed missing else in html people list.
This commit is contained in:
parent
474a750e69
commit
13647f790d
1 changed files with 1 additions and 0 deletions
1
html.c
1
html.c
|
@ -2551,6 +2551,7 @@ xs_html *html_people_list(snac *snac, xs_list *list, char *header, char *t, cons
|
|||
html_button("limit", L("Limit"),
|
||||
L("Block announces (boosts) from this user")));
|
||||
}
|
||||
else
|
||||
if (pending_check(snac, actor_id)) {
|
||||
xs_html_add(form,
|
||||
html_button("approve", L("Approve"),
|
||||
|
|
Loading…
Reference in a new issue