equal
deleted
inserted
replaced
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 |