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

Fixed Bug 852260 - Add Creative Commons Link To Video Detail Page #184

Merged
merged 1 commit into from
Mar 25, 2013
Merged
Show file tree
Hide file tree
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
Binary file added flicks/base/static/img/cc-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions flicks/videos/templates/videos/details_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
</div>
<div class="video-details">
{% block video_details %}{% endblock %}
<a href="{{ settings.LINK_CCLICENSE[request.locale] }}" rel="external"><img src="{{ static('img/cc-logo.png') }}"
width="100" height="35"
title="{{ _('Creative Commons Attribution - NonCommercial - ShareAlike license') }}"
alt="{{ _('Creative Commons Attribution - NonCommercial - ShareAlike license') }}"></a>
</div>
</article>
</div>
Expand Down