From bb81806bb58326f0dadfddc38705f0760c7c8d8f Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Mon, 20 Sep 2010 15:33:37 +0000 Subject: improved html structure and tweaked stylesheet accordingly --- templates/includes/recent_entries_template.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'templates/includes/recent_entries_template.html') diff --git a/templates/includes/recent_entries_template.html b/templates/includes/recent_entries_template.html index 847dc47..97c05f9 100644 --- a/templates/includes/recent_entries_template.html +++ b/templates/includes/recent_entries_template.html @@ -1,14 +1,11 @@ -{% load typogrify %} - \ No newline at end of file +{% load typogrify %}{% for object in object_list %}
+

{{object.title|smartypants|widont|safe}}

+

+ {% if object.location.state.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.location.state.country.name}}{%endif%}   + + + {%if object.thumbnail%}{{ object.title }}{%endif%} +

+

{{object.dek|safe}}

+ +
{% endfor %} -- cgit v1.2.3-70-g09d2