summaryrefslogtreecommitdiffstats
path: root/equations/templates/equations/equation_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'equations/templates/equations/equation_list.html')
-rw-r--r--equations/templates/equations/equation_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/equations/templates/equations/equation_list.html b/equations/templates/equations/equation_list.html
index 549c38f..9712182 100644
--- a/equations/templates/equations/equation_list.html
+++ b/equations/templates/equations/equation_list.html
@@ -8,7 +8,7 @@
{% for item in object_list %}
<tr style="height:60px;"><td style="width:50%;">
<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: 50%"><a href="{{ item.get_absolute_url }}">
{{ item.name }}</a></td></tr>
{% endfor %}