From c14c928efac6fe0ff85e02a74c27ccf2d47d8a67 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:11:45 +1300 Subject: [PATCH] community header alignment --- app/cli.py | 2 +- app/templates/community/community.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' -%}