From 64313a98ddc44b2ea40cd6f0fcb8f822c876e77e Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Tue, 23 Oct 2012 11:09:27 +0200 Subject: Added lightweight journal option for visual --HG-- branch : beta --- rhodecode/model/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rhodecode/model/forms.py') diff --git a/rhodecode/model/forms.py b/rhodecode/model/forms.py index 075c1cff..74f482ce 100644 --- a/rhodecode/model/forms.py +++ b/rhodecode/model/forms.py @@ -255,6 +255,7 @@ def ApplicationVisualisationForm(): rhodecode_stylify_metatags = v.StringBoolean(if_missing=False) rhodecode_lightweight_dashboard = v.StringBoolean(if_missing=False) + rhodecode_lightweight_journal = v.StringBoolean(if_missing=False) return _ApplicationVisualisationForm -- cgit v1.2.3