diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 11:13:34 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 11:13:34 -0400 |
commit | fd26d34abfa02baf826ec6836b56abe0a5149dca (patch) | |
tree | 7e59535fb68efe7d7975080ce619560ab7a029c9 | |
parent | b5036abdfcb6d4c61115391752e1c13f04f34970 (diff) |
indicate that index is the dev dashboard
-rw-r--r-- | devel/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/views.py b/devel/views.py index f81ce0df..002d2b52 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 |