Changeset 50cb7d in indico
- Timestamp:
- 02/21/11 14:32:18 (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, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 130143
- Parents:
- 45698e
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (01/10/11 12:13:40)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (02/21/11 14:32:18)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/rh/conferenceDisplay.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/rh/conferenceDisplay.py
r73edfe r50cb7d 1063 1063 participation = self._conf.getParticipation() 1064 1064 if participation.alreadyParticipating(pending) != 0: 1065 errorList.append("The participant identified by email '%s' is already in the participants' list"1065 errorList.append("There is already a participant with the email address '%s' in this meeting." 1066 1066 % pending.getEmail()) 1067 errorList.append(_("Please check if you are not already added to the meeting."))1068 1067 else: 1069 1068 if participation.addPendingParticipant(pending):
Note: See TracChangeset
for help on using the changeset viewer.
