Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pythonpro/checkout/templates/django_pagarme/thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="dumbo-heading">{% block page_main_title %}Parabéns por se registrar
<div class="content custom-bg">
<div class="overlap-container">
<div class="video-container">
{% with thanks_video_id='bexSB6jw2m8' %}
{% with thanks_video_id='8_1eBKHAue0' %}
{% block thanks_video %}
<div style="padding-top:56.17021276595745%" class="video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F{{ thanks_video_id}}%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D{{ thanks_video_id}}&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F{{ thanks_video_id}}%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe></div>
{% endblock thanks_video %}
Expand Down