summaryrefslogtreecommitdiffstats
path: root/equations/templates/equations/symbol_list.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2008-08-11 20:50:21 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2008-08-11 20:50:21 -0700
commitf3c85569f394b2019fcd56a55bf2d6aacb67e5a5 (patch)
tree3de7ee5d32173258952e11affcd8efc984c55cd5 /equations/templates/equations/symbol_list.html
parent36b0b1cc6eb6bfa135f131a48ab907db9302a42d (diff)
downloadequator-f3c85569f394b2019fcd56a55bf2d6aacb67e5a5.tar.gz
equator-f3c85569f394b2019fcd56a55bf2d6aacb67e5a5.zip
transition for django 1 alpha2; seems to be all good
Diffstat (limited to 'equations/templates/equations/symbol_list.html')
-rw-r--r--equations/templates/equations/symbol_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/equations/templates/equations/symbol_list.html b/equations/templates/equations/symbol_list.html
index 1983b3f..99c4f55 100644
--- a/equations/templates/equations/symbol_list.html
+++ b/equations/templates/equations/symbol_list.html
@@ -8,7 +8,7 @@
{% for item in object_list %}
<tr style="height:60px;"><td style="width:10%;padding-left:10%;">
<a href="{{ item.get_absolute_url }}" class="imglink">
- <img style="border: none;" src="{{ item.get_render_url }}" /></a>
+ <img style="border: none;" src="{{ item.render.url }}" /></a>
</td><td style="width: 70%"><a href="{{ item.get_absolute_url }}">
{{ item.name }}</a></td></tr>
{% endfor %}