Add TODO for confusing firstboot step id

Update changelog.
This commit is contained in:
James Valleroy 2017-01-02 13:35:20 -05:00
parent e1aa78d25a
commit e5b32aa6b4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- frontpage: Show app logos instead of generic icons.
- Prevent anonymous users from accessing setup pages.
- Firstboot, KVStore: merge old firstboot state fields.
## [0.12.0] - 2016-12-08
### Added

View File

@ -35,6 +35,7 @@ first_boot_steps = [
'order': 0
},
{
# TODO: Rename this, or merge with 'firstboot_completed'.
'id': 'firstboot_complete',
'url': 'first_boot:complete',
'order': 10