diff options
author | luxagraf <sng@luxagraf.net> | 2011-03-27 20:07:29 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-03-27 20:07:29 -0500 |
commit | d0e4499b968834592bd211c0bfecd00aaa042e9a (patch) | |
tree | 0280fb65fc98e94c282e928b0a0f95e4c2009795 /templates | |
parent | cbad6ab096e23aea74c913fd37921652eca9728a (diff) |
removed remain references to django tagging and replaced with taggit (faster, fewer db queries)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/details/about.html | 2 |
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> |