Changeset 13467 for main/waeup.kofa/trunk/src
- Timestamp:
- 16 Nov 2015, 15:15:58 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r13457 r13467 1971 1971 return 1972 1972 1973 @ jsaction(_('Book accommodation'), style='primary')1973 @action(_('Book accommodation'), style='primary') 1974 1974 def bookAccommodation(self, **data): 1975 1975 self.redirect(self.url(self.context, 'add')) -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/accommodationmanagepage.pt
r13457 r13467 5 5 <br /> 6 6 <p i18n:translate=""> 7 Select and save the <strong>desired hostel</strong> before booking acommodation.7 Select and <strong>save the desired hostel</strong> before booking acommodation. 8 8 Your choice cannot be changed afterwards. 9 9 </p>
Note: See TracChangeset for help on using the changeset viewer.