diff --git a/pages/settings.mako b/pages/settings.mako index aa6ea8c..0b9731f 100644 --- a/pages/settings.mako +++ b/pages/settings.mako @@ -47,7 +47,7 @@ ("potd", 'Use the current Wikimedia Commons Picture of the Day, unfiltered. Certain POTDs may be unsuitable as backgrounds due to their aspect ratio or subject matter (generally portraits do not work well).'), ("list", 'Randomly select from a subset of previous Commons Pictures of the Day that work well as widescreen backgrounds, refreshed daily (default).'), ] - selected = cookies["EarwigBackground"].value if "EarwigBackground" in cookies else None + selected = cookies["EarwigBackground"].value if "EarwigBackground" in cookies else "list" %> % for i, (value, desc) in enumerate(background_options):