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

Commit

Permalink
Merge branch 'master' into guide-to-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelButkovic committed Sep 6, 2016
2 parents 5ccb622 + ca41de0 commit 7e15753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# django-bulbs Change Log

## Version 3.15.1

- fix video detail page by pointing to actual EXTERNAL_URL

## Version 3.15.0

Expand Down
2 changes: 1 addition & 1 deletion bulbs/__init__.py
@@ -1 +1 @@
__version__ = "3.15.0"
__version__ = "3.15.1"
2 changes: 1 addition & 1 deletion bulbs/videos/templates/videos/video-detail.html
Expand Up @@ -29,7 +29,7 @@
</div>
</div>

<a href="{{ external_url }}" class="series-summary">
<a href="{{ EXTERNAL_URL }}" class="series-summary">
<div class="series-logo">
<div class="series-image"></div>
</div>
Expand Down

0 comments on commit 7e15753

Please sign in to comment.