Ignore:
Timestamp:
14 Jul 2015, 20:17:10 (10 years ago)
Author:
Henrik Bettermann
Message:

More docs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/hostel.py

    r13166 r13168  
    114114                            bt = 're'
    115115                        bt = u'%s_%s_%s' % (self.special_handling,sex,bt)
    116                         uid = u'%s_%s_%d_%s' % (self.hostel_id,block,room_nr,bed)
     116                        uid = u'%s_%s_%d_%s' % (
     117                            self.hostel_id,block,room_nr,bed)
    117118                        if uid in self:
    118119                            bed = self[uid]
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r13129 r13168  
    20652065                if bed.__parent__.__parent__ is None:
    20662066                    self.flash(_(
    2067                         'System error: Please contact the adminsitrator.'),
     2067                        'System error: Please contact the administrator.'),
    20682068                        type="warning")
    20692069                    self.context.writeLogMessage(
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/accommodationmanagepage.pt

    r11432 r13168  
    99      <th i18n:translate="">Booking Date</th>
    1010      <th i18n:translate="">Bed Coordinates</th>
    11       <th i18n:translate="">Bed Category</th>
     11      <th i18n:translate="">Bed Type</th>
    1212    </tr>
    1313    </thead>
Note: See TracChangeset for help on using the changeset viewer.