Ignore:
Timestamp:
7 Feb 2015, 10:27:47 (10 years ago)
Author:
Henrik Bettermann
Message:

Update CHANGES.txt.

Location:
main/waeup.uniben/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/CHANGES.txt

    r11827 r12567  
    441.2dev (unreleased)
    55===================
     6
     7* Add second New Postgraduate Programmes (#2) application type and category.
    68
    79* Add application type and category for part-time extended applications.
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/pages.py

    r12514 r12567  
    5252                    student = getattr(p,'student', None)
    5353                    if student is not None:
    54                         replicates_line += '%s (%s),' % (
     54                        replicates_line += '%s (%s),%s,' % (
    5555                            student.student_id,
    56                             student.matric_number)
     56                            student.matric_number,
     57                            student.email)
    5758                output += "%s,%s\n" % (item.p_id, replicates_line)
    5859        return output
Note: See TracChangeset for help on using the changeset viewer.