diff options
| author | bwarsaw | 2000-10-30 20:45:52 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-10-30 20:45:52 +0000 |
| commit | 947740b5de9d2b5d2c5c77c2c6938f7dfc7e2052 (patch) | |
| tree | 96ee0d4dd4d0c363c8aee22efe5c9189ccd5ebe9 | |
| parent | 0db1aadc5c30c0483d44de12de9054aaf8dd501d (diff) | |
| download | mailman-947740b5de9d2b5d2c5c77c2c6938f7dfc7e2052.tar.gz mailman-947740b5de9d2b5d2c5c77c2c6938f7dfc7e2052.tar.zst mailman-947740b5de9d2b5d2c5c77c2c6938f7dfc7e2052.zip | |
| -rw-r--r-- | templates/headfoot.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/headfoot.html b/templates/headfoot.html index 1aaa0834d..46d43c2ef 100644 --- a/templates/headfoot.html +++ b/templates/headfoot.html @@ -1,6 +1,7 @@ This text can include <b><code>%(attribute)s</code></b> format strings -which are resolved against the list's attributes. Some useful -attributes are: +which are resolved against the list's attributes. For details, see +<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python's +string formatting rules</a>. Some useful attributes are: <ul> <li><b><code>real_name</code></b> - The `pretty' name of the list; usually |
