My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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 %}

Change log

r6 by skabber on Jul 4, 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 2, 2008   Diff
initial import
All revisions of this file

File info

Size: 195 bytes, 8 lines
Powered by Google Project Hosting