Eli Barzilay wrote: >I was looking at the "Confirm subscription request" and "Subscription >request confirmed" pages -- there's no way to customize them too, >right? Is there at least some way to have my own header used? >(Without that, having a very customized look means that these pages >stick like a sore thumb...)
Those pages are built dynamically by Mailman/Cgi/confirm.py. No templates are involved. See the Format() method in the Document class in Mailman/htmlformat.py. It should be clear how to modify that to add css and/or a heading to all generated pages. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
