Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Render image attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
hedleyroos committed Mar 19, 2014
1 parent c038b9e commit f8ac880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions post/templates/post/inclusion_tags/post_detail.html
Expand Up @@ -9,6 +9,9 @@
{% if '<img' not in object.content %}
<div class="image">
<img src="{{ object.image_detail_url }}" />
{% if object.image_attribution %}
<div class="attribution">{{ object.image_attribution }}</div>
{% endif %}
</div>
{% endif %}
<div class="content">
Expand Down

0 comments on commit f8ac880

Please sign in to comment.