Skip to content

Commit

Permalink
fix(backend): headline video unavailable error
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy99tw committed Sep 2, 2022
1 parent b6b2459 commit 28a0839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/backend/thiamsu/templates/thiamsu/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h5>會員註冊或登入</h5>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://www.youtube.com/embed/{{ headline.youtube_id }}"
referrerpolicy="no-referrer-when-downgrade"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
Expand Down

0 comments on commit 28a0839

Please sign in to comment.