Merge lp:~deadlight/canonical-identity-provider/misc-account into lp:~deadlight/canonical-identity-provider/vanilla
Proposed by
Karl Williams
on 2019-09-05
Status: | Merged |
---|---|
Merged at revision: | 1721 |
Proposed branch: | lp:~deadlight/canonical-identity-provider/misc-account |
Merge into: | lp:~deadlight/canonical-identity-provider/vanilla |
Diff against target: |
530 lines (+170/-153) 11 files modified
src/webui/templates/account/account_deleted.html (+21/-19) src/webui/templates/account/confirm_email_invalidation.html (+18/-19) src/webui/templates/account/confirm_new_email.html (+14/-23) src/webui/templates/account/deactivated.html (+10/-6) src/webui/templates/account/delete_email.html (+14/-19) src/webui/templates/account/edit.html (+4/-2) src/webui/templates/account/invalidate_email.html (+16/-9) src/webui/templates/account/new_email.html (+23/-21) src/webui/templates/account/suspended.html (+10/-6) src/webui/templates/account/user_logged_out_no_valid_emails.html (+12/-8) src/webui/templates/device/generate-codes.html (+28/-21) |
To merge this branch: | bzr merge lp:~deadlight/canonical-identity-provider/misc-account |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Anthony Dillon (community) | 2019-09-05 | Approve on 2019-09-06 | |
Review via email:
|
Description of the change
Updated the following small templates:
src/webui/
src/webui/
src/webui/
src/webui/
src/webui/
src/webui/
src/webui/
src/webui/
src/webui/
src/webui/
Also fixed the radio buttons on the main user details page.
To post a comment you must log in.
lp:~deadlight/canonical-identity-provider/misc-account
updated
on 2019-09-05
- 1720. By Karl Williams on 2019-09-05
-
Update notifcation and validation markup
Few comments in the code