Changeset 848:8f0bc4c64d07


Ignore:
Timestamp:
08/21/10 20:14:26 (3 years ago)
Author:
fl
Branch:
trunk
Message:

[svn r1194] bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • adhocracy/templates/text/tiles.html

    r847 r848  
    9696                                        %for text in options: 
    9797                                                %if text == this: 
    98                                                         <option value="${text.id}" selected="selected">${text.variant_title}</option> 
     98                                                        <option value="${text.id}" selected="selected">${text.variant_name}</option> 
    9999                                                %elif text == other: 
    100100                                                        <!-- nop --> 
Note: See TracChangeset for help on using the changeset viewer.