diff options
Diffstat (limited to 'templates/conference/tutorials.html')
-rw-r--r-- | templates/conference/tutorials.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/conference/tutorials.html b/templates/conference/tutorials.html index bf39387..81afba4 100644 --- a/templates/conference/tutorials.html +++ b/templates/conference/tutorials.html @@ -8,7 +8,7 @@ <th>Title <th>Speaker {% for tutorial in tutorials %} -<tr><td><a href="{{ URL_ROOT }}/details/{{ tutorial.id }}">{{ tutorial.title }}<td>{{ tutorial.speaker }} +<tr><td><a href="{% url 'conference:details' tutorial.id %}">{{ tutorial.title }}<td>{{ tutorial.speaker }} {% endfor %} </table> {% endblock %} |