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

Commit

Permalink
Merge branch 'homepage-player' of github.com:theonion/django-bulbs in…
Browse files Browse the repository at this point in the history
…to homepage-player
  • Loading branch information
Jamie Levinson committed Jun 30, 2016
2 parents f1ab70c + 090b7bb commit 5eeee26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
data-track-category=""
placement="detail"
preamble-text="Presented by"
src=""
src="{% if video.tunic_campaign_id %}{% content_tunic_campaign_url videos.0.tunic_campaign_id %}{% endif %}"
name-only
>
</campaign-display>-->
Expand Down Expand Up @@ -56,7 +56,7 @@
{# see: https://trello.com/c/3bT7Xuc9/60 #}
share-url="http{% if request.is_secure %}s{% endif %}://{{ request.META.HTTP_HOST }}/v/{{ video.id }}"
video-url="{{ VIDEOHUB_BASE_URL }}/video/{{ video.videohub_ref.id }}.json"
campaign-url="{# TODO: insert per-item campaign url here. It is okay if this attribute is a blank string. #}"
campaign-url="{% if video.tunic_campaign_id %}{% content_tunic_campaign_url video.tunic_campaign_id %}{% endif %}"
>
<bulbs-video-summary
class="video-carousel-summary"
Expand Down

0 comments on commit 5eeee26

Please sign in to comment.