app/projrev/models.py
changeset 23 91cf6872d853
parent 22 0321f984fb16
child 24 7257b66a6766
--- a/app/projrev/models.py	Sun Aug 09 22:52:45 2009 +0530
+++ b/app/projrev/models.py	Sun Aug 09 23:24:48 2009 +0530
@@ -678,6 +678,7 @@
   # Field containing the Line Item to which the project belongs to.
   line_item = models.CharField(max_length=256,
                                choices=sort_dict(LINE_ITEM_CHOICES))
+  line_item.help_text = "Select from one of the Line Items."
 
   # Field containing the name of the institution working on the
   # project.