diff --git a/files/routes/settings.py b/files/routes/settings.py index e0e34cec18..8fabc528c1 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -330,7 +330,7 @@ def settings_profile_post(v): theme = request.values.get("theme") if theme: - if theme in ["dramablr","classic","transparent", "win98", "dark", "light", "coffee", "tron", "4chan", "midnight"]: + if theme in ["dramblr","classic","transparent", "win98", "dark", "light", "coffee", "tron", "4chan", "midnight"]: if theme == "transparent" and not v.background: return {"error": "You need to set a background to use the transparent theme!"} v.theme = theme diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index 0aa91d594a..ed1e3de407 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -92,7 +92,7 @@

Change the theme for the website.