Mercurial > public > madeira
diff mysite/templates/band/videos.html @ 26:efb2da0b5d10
Merging the django1.3 branch into trunk.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 30 Mar 2011 00:16:32 +0000 |
parents | 0dcfcdf50c62 |
children | 25e00d1b99bf |
line wrap: on
line diff
--- a/mysite/templates/band/videos.html Sun Mar 20 19:53:35 2011 +0000 +++ b/mysite/templates/band/videos.html Wed Mar 30 00:16:32 2011 +0000 @@ -1,11 +1,12 @@ {% extends 'band/base.html' %} +{% load url from future %} {% block title %}The Madeira | Videos{% endblock %} {% block content %} <h1>Madeira Videos</h1> {% if vidsets %} <ul> {% for set in vidsets %} - <li><a href="{% url mysite.band.views.video_detail set.id %}">{{ set.title }}</a></li> + <li><a href="{% url 'mysite.band.views.video_detail' set.id %}">{{ set.title }}</a></li> {% endfor %} </ul> {% else %}