Ignore:
Timestamp:
5 Nov 2005, 06:19:09 (19 years ago)
Author:
Henrik Bettermann
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Students.py

    r154 r156  
    6767        if data:
    6868            content = data.getContent()
    69             return "Faculty: %s, Course: %s" % (content.faculty,content.course)
     69            return "%s %s is studying %s" % (content.firstname,content.lastname,content.course)
    7070        return self.description
    7171
Note: See TracChangeset for help on using the changeset viewer.