summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/styles.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/styles.py')
-rw-r--r--src/mailman/interfaces/styles.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/interfaces/styles.py b/src/mailman/interfaces/styles.py
index 9c7d13479..b36547b40 100644
--- a/src/mailman/interfaces/styles.py
+++ b/src/mailman/interfaces/styles.py
@@ -34,6 +34,9 @@ class IStyle(Interface):
name = Attribute(
"""The name of this style. Must be unique.""")
+ description = Attribute(
+ """A short description of this list style.""")
+
def apply(mailing_list):
"""Apply the style to the mailing list.