summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-14 17:26:07 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-14 17:26:07 -0500
commit4c22dbf07b12b172d9662c8d809fe0fb7b616a2f (patch)
tree6c6c94d3839761dc4805ef8763fb0d41da11388f
parent87520a593377858f2aa53d7f297dfc52f6fe397f (diff)
fix bug in templates/todolists/view.html (faulty merge)parabolaweb-2012-11-14-2
-rw-r--r--templates/todolists/view.html2
1 files changed, 2 insertions, 0 deletions
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 %}