From 4c22dbf07b12b172d9662c8d809fe0fb7b616a2f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Nov 2012 17:26:07 -0500 Subject: fix bug in templates/todolists/view.html (faulty merge) --- templates/todolists/view.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 20b4e436..14db4357 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load package_extras %} + {% block title %}Parabola - Todo: {{ list.name }}{% endblock %} {% block content %} -- cgit v1.2.2