diff --git a/app/cli.py b/app/cli.py index 9290ef6e..1a1e9bce 100644 --- a/app/cli.py +++ b/app/cli.py @@ -98,7 +98,7 @@ def register(app): 'threads.net', 'noauthority.social', 'pieville.net', 'links.hackliberty.org', 'poa.st', 'freespeechextremist.com', 'bae.st', 'nicecrew.digital', 'detroitriotcity.com', 'pawoo.net', 'shitposter.club', 'spinster.xyz', 'catgirl.life', 'gameliberty.club', - 'yggdrasil.social', 'beefyboys.win', 'brighteon.social', 'cum.salon'] + 'yggdrasil.social', 'beefyboys.win', 'brighteon.social', 'cum.salon', 'wizard.casa'] for bi in banned_instances: db.session.add(BannedInstances(domain=bi)) print("Added banned instance", bi) diff --git a/app/templates/community/community.html b/app/templates/community/community.html index a3542e32..1b27402c 100644 --- a/app/templates/community/community.html +++ b/app/templates/community/community.html @@ -37,10 +37,10 @@ -
+
Community icon
-
+

{{ community.title }} {% if current_user.is_authenticated -%} {% include 'community/_notification_toggle.html' -%}