Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change text content of the root page, to avoid user confusion #14655

Closed
2 tasks
stevejalim opened this issue Jun 7, 2024 · 1 comment
Closed
2 tasks

Change text content of the root page, to avoid user confusion #14655

stevejalim opened this issue Jun 7, 2024 · 1 comment

Comments

@stevejalim
Copy link
Collaborator

Description

In a new deployment of Wagtail within Bedrock, the top-level page (at /) is never served because we already have a Django view for the homepage that matches that route well before Wagtail gets to it. We can't remove it, because then the next level down would become the root page and therefore not get served either.

It's likely the homepage will become CMS-managed, but we need to decide whether that'll be the whole page or Wagtail Snippets mixed in with hard-coded content. For now, the base/root/homepage at / inside the CMS is not the real www.mozilla.org root page.

To help avoid confusion, we could re-title the top-level page from "Welcome to your new Wagtail site!" to something clearer. e.g:

Screenshot 2024-06-07 at 11 17 38

Doing this via a migration means it'll be available everywhere during the development and rollout process.


Success Criteria

  • An element contributing to the definition of done for the card
  • Tasks should be represented here as something like "Approved designs attached to this issue"
@stevejalim
Copy link
Collaborator Author

Easier to just do live and then export a DB for local dev

@stevejalim stevejalim closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant