summaryrefslogtreecommitdiff
path: root/templates/conference/talks.html
diff options
context:
space:
mode:
authorhardythe12013-10-09 15:47:01 +0530
committerhardythe12013-10-09 15:47:01 +0530
commit02006c591bbd5ffd1df2227ac16fb6d67c5e855e (patch)
tree2f813655866eacb10a9fff20b931f6bdae1aec3e /templates/conference/talks.html
parentd62d66791e5de91ac628a654825340c6e71b3677 (diff)
downloadSciPy2012-02006c591bbd5ffd1df2227ac16fb6d67c5e855e.tar.gz
SciPy2012-02006c591bbd5ffd1df2227ac16fb6d67c5e855e.tar.bz2
SciPy2012-02006c591bbd5ffd1df2227ac16fb6d67c5e855e.zip
static files fixed
Diffstat (limited to 'templates/conference/talks.html')
-rw-r--r--templates/conference/talks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/conference/talks.html b/templates/conference/talks.html
index aa255d9..0a05576 100644
--- a/templates/conference/talks.html
+++ b/templates/conference/talks.html
@@ -8,7 +8,7 @@
<th>Title
<th>Speaker
{% for talk in talks %}
-<tr><td><a href="{{ URL_ROOT }}/details/{{ talk.id }}">{{ talk.title }}<td>{{ talk.speaker }}
+<tr><td><a href="{% url 'conference:details' talk.id %}">{{ talk.title }}<td>{{ talk.speaker }}
{% endfor %}
</table>
{% endblock %}