Changeset 362bff in indico


Ignore:
Timestamp:
09/12/11 17:48:06 (20 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
18ad5e
Parents:
d77165
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (09/12/11 12:17:59)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (09/12/11 17:48:06)
Message:

[FIX] Fix simple text template.

  • Changed the call to the method renderUsers instead of obtainUsers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/events/Text.tpl

    ra41c8f r362bff  
    4848    &nbsp;&nbsp;&nbsp;o ${item.getTitle()}&nbsp; 
    4949   % if item.getSpeakerList() or item.getSpeakerText(): 
    50         (${common.obtainUsers(item.getSpeakerList(), unformatted=item.getSpeakerText(), useSpan=False)}) 
     50        (${common.renderUsers(item.getSpeakerList(), unformatted=item.getSpeakerText(), useSpan=False)}) 
    5151   % endif 
    5252   <br/> 
Note: See TracChangeset for help on using the changeset viewer.