diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 17:26:07 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 17:26:07 -0500 |
commit | 4c22dbf07b12b172d9662c8d809fe0fb7b616a2f (patch) | |
tree | 6c6c94d3839761dc4805ef8763fb0d41da11388f /templates | |
parent | 87520a593377858f2aa53d7f297dfc52f6fe397f (diff) |
fix bug in templates/todolists/view.html (faulty merge)parabolaweb-2012-11-14-2
Diffstat (limited to 'templates')
-rw-r--r-- | templates/todolists/view.html | 2 |
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 %} |