Merge lp://staging/~ricardokirkner/canonical-identity-provider/904880-fix-broken-template into lp://staging/~canonical-isd-hackers/canonical-identity-provider/stable
Proposed by
Ricardo Kirkner
Status: | Merged |
---|---|
Approved by: | David Owen |
Approved revision: | no longer in the source branch. |
Merged at revision: | 162 |
Proposed branch: | lp://staging/~ricardokirkner/canonical-identity-provider/904880-fix-broken-template |
Merge into: | lp://staging/~canonical-isd-hackers/canonical-identity-provider/stable |
Diff against target: |
43 lines (+14/-1) 2 files modified
identityprovider/tests/test_views_ui.py (+12/-0) identityprovider/views/ui.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~ricardokirkner/canonical-identity-provider/904880-fix-broken-template |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Owen (community) | Approve | ||
Review via email: mp+85946@code.staging.launchpad.net |
Commit message
Fix unstyled template on logout-to-confirm view.
The template broke because the view wasn't using a RequestContext object.
Description of the change
Fix unstyled template on logout-to-confirm view.
The template broke because the view wasn't using a RequestContext object.
To post a comment you must log in.
Great!