summaryrefslogtreecommitdiffstats
path: root/equations/templates/equations/symbol_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'equations/templates/equations/symbol_detail.html')
-rw-r--r--equations/templates/equations/symbol_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/equations/templates/equations/symbol_detail.html b/equations/templates/equations/symbol_detail.html
index 85f59d8..b53b1d6 100644
--- a/equations/templates/equations/symbol_detail.html
+++ b/equations/templates/equations/symbol_detail.html
@@ -4,7 +4,7 @@
{% block content %}
<div style="width: 100%; text-align:center;">
-<img src="{{ object.get_render_url }}" style="border: none;" /></div>
+<img src="{{ object.render.url }}" style="border: none;" /></div>
<br />
<table width="100%">
<tr><td width="25%"><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr>