Skip to content

Commit

Permalink
Decommission the /about/history/ slideshow (Fixes mozilla#7435) (mozi…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored and craigcook committed Aug 1, 2019
1 parent 938fffe commit d4a8ed0
Show file tree
Hide file tree
Showing 37 changed files with 200 additions and 4,609 deletions.
3 changes: 3 additions & 0 deletions bedrock/mozorg/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,4 +665,7 @@ def decider(request, **kwargs):
redirect(r'^contribute/signup/?$', 'https://activate.mozilla.community/'),
redirect(r'^/contribute/task(/.*)?', 'https://activate.mozilla.community/'),
redirect(r'^contribute/friends/?$', 'mozorg.contribute.index'),

# issue 7435
redirect(r'^about/history/details/?$', 'mozorg.about.history'),
)
65 changes: 0 additions & 65 deletions bedrock/mozorg/templates/mozorg/about-base-resp.html

This file was deleted.

2 changes: 1 addition & 1 deletion bedrock/mozorg/templates/mozorg/about-base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% extends "base-article.html" %}

{% set navigation_bar = [
(url('mozorg.about'), 'about-governance', _('About Mozilla')),
(url('mozorg.about'), 'about-mozilla', _('About Mozilla')),
(url('mozorg.mission'), 'about-mission', _('Mission')),
(url('mozorg.about.history'), 'about-history', _('History')),
(url('mozorg.about.leadership'), 'about-leadership', _('Leadership')),
Expand Down
198 changes: 0 additions & 198 deletions bedrock/mozorg/templates/mozorg/about/history-details.html

This file was deleted.

Loading

0 comments on commit d4a8ed0

Please sign in to comment.