From 349d9dff4f114795c91dba9753250efb2cb52119 Mon Sep 17 00:00:00 2001 From: Simeon Keske Date: Fri, 15 May 2020 10:56:12 +0200 Subject: [PATCH] fix typo in THEMES --- templates/gitea.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index b0dd770..6810c93 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -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]