This commit is contained in:
Aevann1 2021-09-06 19:03:14 +02:00
parent 83996854f3
commit 462dea8905
9 changed files with 12 additions and 12 deletions

View file

@ -204,7 +204,7 @@ def settings_profile_post(v):
return "", 204
quadrant = request.values.get("quadrant")
if quadrant and "pcmemes.net" in request.host.lower():
if quadrant and "pcm" in request.host.lower():
v.quadrant = quadrant
v.customtitle = quadrant
if quadrant=="Centrist":