summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/details/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/about.html b/templates/details/about.html
index e2090d8..e5561c9 100644
--- a/templates/details/about.html
+++ b/templates/details/about.html
@@ -34,7 +34,7 @@
<section>
<h2>Colophon</h2>
<img src="{{IMAGES_URL}}colo.jpg" alt="me" />
- <div class="content">{%for object in object_list %}{%if forloop.counter = 1 %}
+ <div class="content">{%for object in object_list %}{%if forloop.counter = 2 %}
{{object.content|smartypants|safe}}{%endif%} {% endfor %}
</div>
</section>