comparison mysite/templates/band/video_detail.html @ 40:25e00d1b99bf

Get rid of the project name 'mysite' from the source.
author Brian Neal <bgneal@gmail.com>
date Tue, 14 Feb 2012 19:09:57 -0600
parents efb2da0b5d10
children
comparison
equal deleted inserted replaced
39:b8e166ca993a 40:25e00d1b99bf
11 <tr><th>{{ video.title }}</th><td>{{ video.embed_code|safe }}</td></tr> 11 <tr><th>{{ video.title }}</th><td>{{ video.embed_code|safe }}</td></tr>
12 {% endfor %} 12 {% endfor %}
13 </table> 13 </table>
14 </div> 14 </div>
15 <br /> 15 <br />
16 <center><a href="{% url 'mysite.band.views.videos_index' %}">Videos index</a></center> 16 <center><a href="{% url 'band.views.videos_index' %}">Videos index</a></center>
17 17
18 {% endblock %} 18 {% endblock %}