Skip to content

Commit

Permalink
Fix embed on 404 page (pypi#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored May 10, 2018
1 parent fe04812 commit c50a335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1 class="viewport-section__heading">And now for something <br><span>completely different</span></h1>
<div class="viewport-section__video">
<div class="viewport-section__video-container">
<iframe id="cheeseshop-skit-video" class="-js-autoplay-when-visible" width="560" height="315" src="https://www.youtube-nocookie.com/embed/cWDdd5KKhts?rel=0&enablejsapi=1&controls=0&showinfo=0&iv_load_policy=3&origin={{ request.host_url }}" frameborder="0" allowfullscreen></iframe>
<iframe id="cheeseshop-skit-video" class="-js-autoplay-when-visible" width="560" height="315" src="https://www.youtube-nocookie.com/embed/B3KBuQHHKx0?rel=0&enablejsapi=1&controls=0&showinfo=0&iv_load_policy=3&origin={{ request.host_url }}" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit c50a335

Please sign in to comment.