- Timestamp:
- 21 Nov 2018, 08:06:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/hostels/browser.py
r13324 r15249 41 41 msg = "'All expired bed space allocations will be annulled. " + \ 42 42 "Are you sure? \\n\\n" + \ 43 "Bed space allocation expires four ( 4) days after accommodation " + \43 "Bed space allocation expires four (7) days after accommodation " + \ 44 44 "booking if maintenance fee is not paid.'" 45 45 return "return window.confirm(%s);" % msg … … 51 51 52 52 def update(self): 53 super(CustomReleaseExpiredAllocationsPage, self).update( 4)53 super(CustomReleaseExpiredAllocationsPage, self).update(7) 54 54 return
Note: See TracChangeset for help on using the changeset viewer.