src/cm/cm_settings.py
changeset 292 3442202aff1a
parent 282 b5deb8e32219
child 360 bfaab8740995
--- a/src/cm/cm_settings.py	Thu Jul 15 16:09:52 2010 +0200
+++ b/src/cm/cm_settings.py	Thu Jul 15 16:10:29 2010 +0200
@@ -28,4 +28,7 @@
 TRACKING_HTML = get_setting('TRACKING_HTML', '')
 
 # Store IP (or not) in activity 
-STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True)
\ No newline at end of file
+STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True)
+
+# Show 'decorated' users in comments (not structural creator id) 
+DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False)
\ No newline at end of file