Changeset 48a9df in indico


Ignore:
Timestamp:
05/11/10 11:19:58 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
0a4b4c
Parents:
281d39
git-author:
Leszek Syroka <leszek.marek.syroka@…> (04/20/10 10:14:39)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (05/11/10 11:19:58)
Message:

[FIX] Chairperson text

  • chairperson text can be edited form conference's general settings
  • fix#369
File:
1 edited

Legend:

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

    rbdd862 r48a9df  
    392392        c.setComments(confData.get("comments","")) 
    393393        c.setKeywords( confData["keywords"] ) 
     394        c.setChairmanText( confData.get("chairText", "") ) 
    394395        if "shortURLTag" in confData.keys(): 
    395396            tag = confData["shortURLTag"].strip() 
Note: See TracChangeset for help on using the changeset viewer.