aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/forms.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-10-23 11:09:27 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-10-23 11:09:27 +0200
commit64313a98ddc44b2ea40cd6f0fcb8f822c876e77e (patch)
treec5dbc746d2b52723674690c768728a96d69afb40 /rhodecode/model/forms.py
parente77f146fdb7e1b18b0208e61026657d3dcade292 (diff)
Added lightweight journal option for visual
--HG-- branch : beta
Diffstat (limited to 'rhodecode/model/forms.py')
-rw-r--r--rhodecode/model/forms.py1
1 files changed, 1 insertions, 0 deletions
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