thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
142 stars 72 forks source link

Update context function decorators #440

Closed MelissaAutumn closed 1 year ago

MelissaAutumn commented 1 year ago

With the Python 3 upgrade, we've upgraded Jinja. And with the Jinja upgrade they've deprecated @jinja2.contextfunction.

We need to adjust @jinja2.contextfunction to @jinja2.pass_context. Should work exactly as before.

MelissaAutumn commented 1 year ago

Will be handled in #439