Changeset c75a1e in indico


Ignore:
Timestamp:
02/26/12 18:37:52 (16 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
eb2ef7
Parents:
2c188b
Message:

[FIX] Error when there is no location nor address

File:
1 edited

Legend:

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

    raa9e9a rc75a1e  
    1515            % if getLocationInfo(conf) != ('', '', ''): 
    1616                <br />at ${common.renderLocation(conf, span='headerRoomLink')} 
     17                % if conf.getLocation(): 
    1718                <div class="address">${conf.getLocation().getAddress()}</div> 
     19                % endif 
    1820            % endif 
    1921        </div> 
Note: See TracChangeset for help on using the changeset viewer.