Changeset 50cb7d in indico


Ignore:
Timestamp:
02/21/11 14:32:18 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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)
Message:

[MIN] Improve participant error message

  • display a less confusing message when trying to apply as a participant for a meeting where you already are a participant.
  • fixes #543
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/conferenceDisplay.py

    r73edfe r50cb7d  
    10631063            participation = self._conf.getParticipation() 
    10641064            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." 
    10661066                                 % pending.getEmail()) 
    1067                 errorList.append(_("Please check if you are not already added to the meeting.")) 
    10681067            else: 
    10691068                if participation.addPendingParticipant(pending): 
Note: See TracChangeset for help on using the changeset viewer.