Changeset d0e3a9 in indico for indico/MaKaC/conference.py
- Timestamp:
- 07/22/11 18:00:41 (22 months 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:
- 6ea3df
- Parents:
- c69730
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (07/22/11 17:59:21)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (07/22/11 18:00:41)
- File:
-
- 1 edited
-
indico/MaKaC/conference.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/conference.py
rfa8006 rd0e3a9 1190 1190 1191 1191 nextEvt = next(categIter, None) 1192 1193 # if the event is already the first or the last, don't confuse 1194 # users by showing the respective arrow 1195 if first == conf: 1196 first = None 1197 if last == conf: 1198 last = None 1192 1199 1193 1200 return prev, nextEvt, first, last
Note: See TracChangeset
for help on using the changeset viewer.
