Remove todo which is done
This commit is contained in:
parent
ababb85402
commit
528da7d777
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ def css():
|
||||||
|
|
||||||
cookie_theme = request.cookies.get('theme', '')
|
cookie_theme = request.cookies.get('theme', '')
|
||||||
if cookie_theme == 'customTheme':
|
if cookie_theme == 'customTheme':
|
||||||
#TODO: The custom theme is hardcoded :(. Make the server auto select a custom team.
|
|
||||||
# Here seasonal themes will be returned; matching the current date.
|
# Here seasonal themes will be returned; matching the current date.
|
||||||
|
|
||||||
# Open the YAML file with all the themes.
|
# Open the YAML file with all the themes.
|
||||||
|
|
Loading…
Reference in a new issue