--- 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