Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
don't duplicate videos
Browse files Browse the repository at this point in the history
  • Loading branch information
collin committed Jun 7, 2016
1 parent 3fcc10a commit 1175a6e
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -93,7 +93,6 @@ <h1>{{ special_coverage.name }}</h1>
</div>

<bulbs-video-carousel-slider class='sc-video-grid'>
{% for char in 'abcdef' %}
{% for video_id in special_coverage.videos %}
<bulbs-video-carousel-item
data-track-category="Special Coverage Landing"
Expand All @@ -113,7 +112,6 @@ <h1>{{ special_coverage.name }}</h1>
</bulbs-video-summary>
</bulbs-video-carousel-item>
{% endfor %}
{% endfor %}
</bulbs-video-carousel-slider>
</div>
</bulbs-video-carousel>
Expand Down

0 comments on commit 1175a6e

Please sign in to comment.