From 87f39ff65904817c0e0ab12681157e6b1494a813 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 31 Dec 2012 00:13:25 -0600 Subject: Fix todolist permission typo Signed-off-by: Dan McGee --- templates/todolists/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 89a0512..8622112 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -79,7 +79,7 @@ {% endif %} {{ pkg.maintainers|join:', ' }} - {% if perms.todolist.change_todolistpackage %} + {% if perms.todolists.change_todolistpackage %} {{ pkg.get_status_display }} {% else %} -- cgit v1.2.3-24-g4f1b