On Wed, 12 Feb 2014, Henning Hraban Ramm wrote: > Using INSPECT, I finally found out (what I should have suspected), > that WebSearch never used my custom templates > (websearch_templates_uca.py), but always its default. I expected _uca > to work like in WebStyle.
Yes, it should work exactly like that. If you override websearch_templates's tmpl_nice_number(), say, then you should see its effect. If it does not work for you, then perhaps the overridden template was not called in the first place(?) or there was some other error that made overriding not happen at all(?). Best regards -- Tibor Simko

