Fixes #3828
Three parts are updated: 1. Update HTML template, remove 'Activate' 2. Update doc accordingly
@pingou Please kindly help to review:-)
I suspect this is going to break every existing projects, so :thumbsdown: to this change)
You can do {{ key | replace('_', ' ') | capitalize }} here directly (cf http://jinja.pocoo.org/docs/2.10/templates/#capitalize)
{{ key | replace('_', ' ') | capitalize }}
And the unit-tests are failing :)
rebased onto e7bba52e8797a891a280c8db11595f8d8e2c5854
rebased onto 10bbd3773272dec8627090609c319d340f655494
@pingou Thanks for your review, updated.
Looks like it needs a rebase, trying to apply it manually results in conflicts
Commit 6b2e3dd1 fixes this pull-request
Pull-Request has been merged by pingou
Fixes #3828
Three parts are updated:
1. Update HTML template, remove 'Activate'
2. Update doc accordingly