Changeset 21f3fc in indico
- Timestamp:
- 04/04/11 18:26:55 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- f7cd67
- Parents:
- 75ee81
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (04/04/11 18:06:55)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (04/04/11 18:26:55)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/rh/roomBooking.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/rh/roomBooking.py
r75eb781 r21f3fc 756 756 if room.building: 757 757 758 # FIXME: a hack to check if the room's comments are OK for serialization759 try:760 unicode(room.comments)761 except:762 room.comments = ''763 764 758 # if it's the first room in that building, initialize the building 765 759 building = buildings.get(room.building, None)
Note: See TracChangeset
for help on using the changeset viewer.
