Crown-Commercial-Service / govuk-frontend-jinja

Tools to use the GOV.UK Design System with Python webapps that use Jinja2 and Flask 🐍
MIT License
9 stars 6 forks source link

Fix flask_ext to work with Flask 1.0.x #18

Closed lfdebrux closed 5 years ago

lfdebrux commented 5 years ago

In Flask < 1.1.x jinja_options is an ImmutableDict, so we need to copy it before making modifications.