[Cdd-commits] r824 - cdd/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Tue Jun 17 12:14:41 UTC 2008


Author: tille
Date: Tue Jun 17 12:14:41 2008
New Revision: 824

Modified:
   cdd/trunk/webtools/tasks.py
Log:
Fix link to prospective section


Modified: cdd/trunk/webtools/tasks.py
==============================================================================
--- cdd/trunk/webtools/tasks.py	(original)
+++ cdd/trunk/webtools/tasks.py	Tue Jun 17 12:14:41 2008
@@ -89,7 +89,7 @@
 
 	COLORCODES = { 'official'      : _('Green: The project is <a href="#official-debs">available as an official Debian package</a>'),
     		       'unofficial'    : _('Yellow: The project is <a href="#unofficial-debs">available as an unofficial Debian package</a>'),
-                       'prospective'   : _('Red: The project is <a href="#debs-not-available">not (yet) available as a Debian package</a>'),
+                       'prospective'   : _('Red: The project is <a href="#prospective-debs">not (yet) available as a Debian package</a>'),
 #                       'unknown'       : _('White: The project has an unknown status.')
             	     }
 



More information about the Cdd-commits mailing list