make popup banner more flexible#914
Merged
Merged
Conversation
5 tasks
dragid10
approved these changes
May 22, 2026
* update render-engine and adopt RedirectPage Bumps render-engine to 2026.5.2a1 and switches the five redirect pages (students, community, partnerships, leadership, pycon) to use the new RedirectPage class from render-engine/render-engine#1161 instead of hand-written meta-refresh HTML. Also fixes the students slug, which previously redirected to the non-existent /student-ambassadors-program.html. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * remove unused hand-written redirect HTML These five files were the meta-refresh source for redirects now handled by RedirectPage in app.py — they were never referenced via content_path after the switch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * lock * update broken links * Update pyproject.toml Co-authored-by: Alex Oladele <dragid10@gmail.com> * Update app.py Co-authored-by: Alex Oladele <dragid10@gmail.com> * Update app.py Co-authored-by: Alex Oladele <dragid10@gmail.com> * versions --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Alex Oladele <dragid10@gmail.com>
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.
Type of Change
Description 📋
Converts
What: Provide an overview of the issue this PR addresses. Explain the context and background information.
Why: Describe why the changes are being made. Highlight key updates, new features, or bug fixes.
How: Explain how these changes will affect the project or end-users.
Checklist ✅
pre-commit run --allAdditional Notes & Screenshots
Add any additional notes or comments that might be helpful for the reviewers.