Changeset 975a894 for telemeta/models/system.py
- Timestamp:
- 02/01/12 12:38:21 (16 months ago)
- Branches:
- master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- 0470fb1
- Parents:
- b2dd00b
- git-author:
- yomguy <yomguy@…> (02/01/12 12:38:21)
- git-committer:
- yomguy <yomguy@…> (02/01/12 12:38:21)
- File:
-
- 1 edited
-
telemeta/models/system.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/system.py
r566f17d r975a894 83 83 user = ForeignKey(User, unique=True, required=True) 84 84 institution = CharField(_('Institution')) 85 departement = CharField(_('Department')) 85 86 function = CharField(_('Function')) 87 attachment = CharField(_('Attachment')) 86 88 address = TextField(_('Address')) 87 89 telephone = CharField(_('Telephone'))
Note: See TracChangeset
for help on using the changeset viewer.
