From fd26d34abfa02baf826ec6836b56abe0a5149dca Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Tue, 7 Oct 2008 11:13:34 -0400 Subject: indicate that index is the dev dashboard --- devel/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/views.py b/devel/views.py index f81ce0d..002d2b5 100644 --- a/devel/views.py +++ b/devel/views.py @@ -7,7 +7,7 @@ from archweb_dev.main.models import Arch, Repo from archweb_dev.main.models import UserProfile, News, Donor, Mirror def index(request): - + '''the Developer dashboard''' thismaint = request.user # get a list of incomplete package todo lists -- cgit v1.2.3-24-g4f1b