diff options
| author | bwarsaw | 1999-03-26 17:00:55 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-26 17:00:55 +0000 |
| commit | 2a98912125f603f31a9919fd3933f65ea68d4d16 (patch) | |
| tree | cf6a6497a5afecb3dafeea52fe0af391ccde1fff /Mailman/HTMLFormatter.py | |
| parent | 53d2b5fcad8f63a13c2bbfd8139f6a771e4570e7 (diff) | |
| download | mailman-2a98912125f603f31a9919fd3933f65ea68d4d16.tar.gz mailman-2a98912125f603f31a9919fd3933f65ea68d4d16.tar.zst mailman-2a98912125f603f31a9919fd3933f65ea68d4d16.zip | |
Diffstat (limited to 'Mailman/HTMLFormatter.py')
| -rw-r--r-- | Mailman/HTMLFormatter.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index 77b9d9aa4..9e2f711f4 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -262,8 +262,10 @@ class HTMLFormatter: else: return ("<i>The %s is only available to the list" " administrator.</i>" % which) + def FormatRosterOptionForUser(self): return self.RosterOption().Format() + def RosterOption(self): "Provide avenue to subscribers roster, contingent to .private_roster." container = Container() @@ -285,7 +287,7 @@ class HTMLFormatter: self.private_roster) + " <p>Enter your " + string.lower(whom[:-1]) - + " address and password to visit" + + " and password to visit" " the subscribers list: <p><center> " + whom + " ") |
