diff gpp/templates/shoutbox/view_shout.html @ 310:daa2916f5b34

Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
author Brian Neal <bgneal@gmail.com>
date Thu, 20 Jan 2011 04:03:48 +0000
parents f9a9b4014d5b
children 88b2b9cb8c1f
line wrap: on
line diff
--- a/gpp/templates/shoutbox/view_shout.html	Mon Jan 17 04:00:59 2011 +0000
+++ b/gpp/templates/shoutbox/view_shout.html	Thu Jan 20 04:03:48 2011 +0000
@@ -1,4 +1,5 @@
 {% extends 'base.html' %}
+{% load url from future %}
 {% load script_tags %}
 {% block custom_css %}
 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox_app.css" />
@@ -9,7 +10,7 @@
 {% endblock %}
 {% block title %}Shout #{{ shout.id }}{% endblock %}
 {% block content %}
-<div class="breadcrumbs"><a href="{% url shoutbox-history %}">Shoutbox History</a> &raquo; Shout #{{ shout.id }}</div>
+<div class="breadcrumbs"><a href="{% url 'shoutbox-history' %}">Shoutbox History</a> &raquo; Shout #{{ shout.id }}</div>
 <h2>Shout #{{ shout.id }}</h2>
 <div class="shoutbox-history">
 <table>