app/projrev/models.py
changeset 23 91cf6872d853
parent 22 0321f984fb16
child 24 7257b66a6766
equal deleted inserted replaced
22:0321f984fb16 23:91cf6872d853
   676       }
   676       }
   677 
   677 
   678   # Field containing the Line Item to which the project belongs to.
   678   # Field containing the Line Item to which the project belongs to.
   679   line_item = models.CharField(max_length=256,
   679   line_item = models.CharField(max_length=256,
   680                                choices=sort_dict(LINE_ITEM_CHOICES))
   680                                choices=sort_dict(LINE_ITEM_CHOICES))
       
   681   line_item.help_text = "Select from one of the Line Items."
   681 
   682 
   682   # Field containing the name of the institution working on the
   683   # Field containing the name of the institution working on the
   683   # project.
   684   # project.
   684   institution = models.CharField(max_length=256)
   685   institution = models.CharField(max_length=256)
   685 
   686