From f75fc492edaecaa487c20708520865fbc56207fd Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 30 Nov 2010 21:08:10 -0500 Subject: added styles for writing, photo and map archive pages --- templates/archives/writing.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/archives/writing.html') diff --git a/templates/archives/writing.html b/templates/archives/writing.html index 877ff58..ce20dc6 100644 --- a/templates/archives/writing.html +++ b/templates/archives/writing.html @@ -20,17 +20,17 @@
{% autopaginate object_list 10 %} {% 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%}   - -

-

{{object.dek|safe}}

-
+

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

+
{{ object.title }}
+

{{object.dek|safe}}

{% endfor %}