Guest User

Untitled

a guest
Dec 27th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. {% load thumbnail %}
  2. {% thumbnail image.image_file "300" as im %}
  3. <p>
  4. <a href="{{ image.image_file.url }}">
  5. <img src = "{{ im.url }}" class="image_detail">
  6. </a>
  7. </p>
  8. {% endthumbnail %}
Advertisement
Add Comment
Please, Sign In to add comment