My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
{% extends "lf_base.html" %}
{% load lifefeed %}
{% block content %}
{% if item.media %}
<img src="{{ item.media.0.thumbnails.0.url }}"/>
{% endif %}
{{ item.title|linkify }}
{% endblock %}
Show details Hide details

Change log

r6 by skabber on Jul 04, 2008   Diff
Item's can now be rendered by templates
according to the source.
The template tag now takes in the amount
of items to show.
Go to: 
Project members, sign in to write a code review

Older revisions

r2 by skabber on Jul 02, 2008   Diff
initial import
All revisions of this file

File info

Size: 195 bytes, 8 lines
Hosted by Google Code