Ignore:
Timestamp:
1 Jan 2015, 21:56:40 (10 years ago)
Author:
Henrik Bettermann
Message:

Store 'terms and conditions' of products.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/utils/helpers.py

    r12235 r12361  
    823823    for part in parts:
    824824        if part[2:4] == u'<<':
    825             lang = part[0:2].lower()
     825            lang = str(part[0:2].lower())
    826826            text = part[4:]
    827827            elements[lang] = renderElement(u'div id="html"',
Note: See TracChangeset for help on using the changeset viewer.