This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Ticket #1535: conferences.patch

File conferences.patch, 762 bytes (added by s.hesselbach, 17 months ago)

Patch for MaKaC/webinterface/pages/conferences.py

  • .py

    old new  
    465465        adjusted_eDate = self._conf.getAdjustedScreenEndDate(tz) 
    466466 
    467467        vars["timezone"] = tz 
    468         vars["confDateInterval"] = i18nformat("""_("from") %s _("to") %s (%s)""")%(format_date(adjusted_sDate, format='long'), format_date(adjusted_eDate, format='long'), tz) 
     468        vars["confDateInterval"] = i18nformat("""_("from") %s _("to") %s""")%(format_date(adjusted_sDate, format='long'), format_date(adjusted_eDate, format='long')) 
    469469        if adjusted_sDate.strftime("%d%B%Y") == \ 
    470470                adjusted_eDate.strftime("%d%B%Y"): 
    471471            vars["confDateInterval"] = format_date(adjusted_sDate, format='long')