1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

fix typo in THEMES

This commit is contained in:
Simeon Keske 2020-05-15 10:56:12 +02:00 committed by Thomas Maurice
parent 259d761eb2
commit 349d9dff4f

View file

@ -26,7 +26,7 @@ DISABLE_HTTP_GIT = {{ gitea_disable_http_git }}
[ui]
; Whether the email of the user should be shown in the Explore Users page
SHOW_USER_EMAIL = {{ gitea_show_user_email }}
TMEMES = {{ gitea_themes }}
THEMES = {{ gitea_themes }}
DEFAULT_THEME = {{ gitea_theme_default }}
[server]