PPHA-677: Accessibility statement#395
Merged
jamiefalcus merged 3 commits intomainfrom Mar 23, 2026
Merged
Conversation
a1422ee to
f2d0753
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an accessibility statement page to the lung cancer screening questionnaire site and makes it discoverable via the global footer, with feature coverage to confirm the page is reachable both logged-in and logged-out.
Changes:
- Add a new
/accessibility-statementroute backed by a Jinja template. - Add an “Accessibility statement” link to the global footer.
- Extend static-page feature coverage to include the new page and navigation via footer links.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
lung_cancer_screening/questions/urls.py |
Adds a new URL pattern for the accessibility statement page. |
lung_cancer_screening/questions/jinja2/accessibility_statement.jinja |
Introduces the accessibility statement content template. |
lung_cancer_screening/core/jinja2/layout.jinja |
Adds footer navigation link to the new statement page. |
features/static.feature |
Updates BDD coverage to assert accessibility statement availability and navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fc47fd3 to
f657485
Compare
stephhou
approved these changes
Mar 23, 2026
stephhou
approved these changes
Mar 23, 2026
2e24ab0 to
434e710
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What is the change?
Adding the accessibility statement
Why are we making this change?
Allowing users to view our accessibility statement