Tim South

Results 6 comments of Tim South

I've had a look at doing this in my fork of this repo https://github.com/tim-s-ccs/govuk-frontend-jinja/pull/7 If my changes regarding testing are accepted then this can obviously be use to help speed...

In addition to my test updates I've also been looking into this and have got my own PR on my fork https://github.com/tim-s-ccs/govuk-frontend-jinja/pull/6

Hi @matthew-shaw I understand and it's not a problem! If I can help with anything please let me know :)

I found the same issue and found it to be inconsistent (or so I thought). If you set a flash message before rendering the page it will work fine, but...

If this a is a problem for you, you can use the fork I made for our org which does not have this issues https://github.com/Crown-Commercial-Service/ccs-govuk-frontend-jinja The python package is also...

The issue is a combination of how this project is tested (using `govuk-frontend-diff`) and because the boolean values in python are capitalised (`True` and `False`). For these particular templates `govuk-frontend-diff`...