Skip to content

Commit

Permalink
fix(templates): remove stitcher references
Browse files Browse the repository at this point in the history
  • Loading branch information
elisa-a-v committed Jan 9, 2025
1 parent 9f67ed6 commit d16a214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion cl/lib/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def inject_settings(request):
% reverse("advanced_oa"),
'CourtListener has an <a href="%s">API</a> so anybody can easily use our data.'
% reverse("api_index"),
'Oral argument podcasts <a href="%s">are available in variety of apps</a> like iTunes, Stitcher Radio, and Google Music.'
'Oral argument podcasts <a href="%s">are available in variety of apps</a> like iTunes, Pocket Casts, and Google Music.'
% reverse("podcasts"),
"We have more than a million minutes of oral argument audio. More than anywhere else on the Internet.",
# RECAP & PACER
Expand Down
11 changes: 0 additions & 11 deletions cl/simple_pages/templates/podcasts.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ <h4 class="text-center text-uppercase gray">Google Music</h4>
</a>
</div>

<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">Stitcher Radio</h4>
<a href="https://www.stitcher.com">
<img src="{% static "jpeg/stitcher_400x400.jpeg" %}"
alt="Google Play Logo"
class="img-responsive center-block img-rounded"
height="200"
width="200">
</a>
</div>

<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">Pocket Casts</h4>
<a href="https://pocketcasts.com">
Expand Down

0 comments on commit d16a214

Please sign in to comment.