From b33a13508758d2b377a523aad09cf9ff3761b51c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 29 Apr 2010 17:02:38 +0200 Subject: [PATCH] extinction: Use the modernized theme. --- conf/extinction.py | 2 +- static/modernized | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 static/modernized diff --git a/conf/extinction.py b/conf/extinction.py index 3137da1..3af4998 100644 --- a/conf/extinction.py +++ b/conf/extinction.py @@ -23,6 +23,6 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'classic' + theme_default = 'modernized' # vim: set ts=8 sts=4 sw=4 expandtab: diff --git a/static/modernized b/static/modernized new file mode 120000 index 0000000..bd7cd7a --- /dev/null +++ b/static/modernized @@ -0,0 +1 @@ +/usr/share/moin/htdocs/modernized \ No newline at end of file -- 2.30.2