From dad70d0d7c70e7973cd9e3960b24e7f9ef883c61 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 10 May 2013 18:42:00 -0500 Subject: Add a 'last touched by' column to todolist detail view This allows you to see very easily who last manipulated a package todolist item in case you have a need to know. Signed-off-by: Dan McGee --- templates/todolists/view.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index fc4b29e..b26cd91 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -68,6 +68,7 @@ Staging Version Maintainers Status + Last Touched By @@ -95,6 +96,7 @@ {{ pkg.get_status_display }} {% endif %} + {{ pkg.user|default:"" }} {% endfor %} -- cgit v1.2.3-24-g4f1b