Brad Knowles wrote: >At 5:03 PM +0300 3/26/07, Denis wrote: > >> I need edit mailman page, can you please advice where i can found >> template for example for this page: >> http://mail.python.org/mailman/confirm/mailman-users >> >> reviewing /template/en/ gives no result : ( > >That page is too simple. You won't find a template for it. It gets >generated by the source code, although I don't know exactly which >piece of source code you should be looking at.
The ask_for_cookie() function in Mailman/Cgi/confirm.py All the web pages outside of archives are generated by the corresponding module in Mailman/Cgi, some from templates and some directly. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp