Skip to content

Commit

Permalink
Merge pull request #6213 from akatsoulas/cleanup-win7
Browse files Browse the repository at this point in the history
Remove obsolete code for win7
  • Loading branch information
escattone authored Sep 4, 2024
2 parents 575d1c2 + 6f8798e commit 28fa75b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions kitsune/sumo/tests/test_vanity.py

This file was deleted.

1 change: 0 additions & 1 deletion kitsune/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
path("", include("kitsune.tidings.urls")),
path("", include("kitsune.users.urls")),
path("locales", sumo_views.locales, name="sumo.locales"),
re_path(r"^windows7-support(?:\\/)?$", RedirectView.as_view(url="/home/?as=u")),
re_path(
rf"wagtail/{serve_pattern.lstrip('^')}",
waffle_flag("wagtail_experiments")(wagtail_serve),
Expand Down

0 comments on commit 28fa75b

Please sign in to comment.