diff --git a/tinyweb_forum/handlers.py b/tinyweb_forum/handlers.py index 8e45f9a..72c083f 100644 --- a/tinyweb_forum/handlers.py +++ b/tinyweb_forum/handlers.py @@ -487,6 +487,7 @@ class ForumHandlers: return self._respond( f"

forum moderation

" f"

{msg}

" + f"

Forum instances on the mesh are discovered and synced automatically.

" f"

blocked instances

" f"{blocked_items}" f'
' @@ -504,6 +505,8 @@ class ForumHandlers: f"
" f"

synced instances

" f"{synced_items}" + f"

Instances are discovered automatically via mesh announces. " + f"You can also manually add a friend's instance hash to bootstrap.

" f'
' f'{self._csrf_field()}' f'

'