Changeset 601 in tmcsimulator for branches/LCSv1/controllers/default.py


Ignore:
Timestamp:
03/26/2020 11:34:55 AM (6 years ago)
Author:
liquan
Message:

Fixed search result page NoneType? error for session.route object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LCSv1/controllers/default.py

    r598 r601  
    3434                XML('   '),  
    3535                LABEL('Route: ',_for='route', _class="label"),  
    36                 SELECT(hwys,_name='route dropdown'), XML('   '),  
     36                SELECT(hwys,_name='route'), XML('   '),  
    3737                LABEL('Direction: ',_for='direction', _class="label"), 
    3838                SELECT(hwyDirections,_name='direction'), BR(),BR(),  
Note: See TracChangeset for help on using the changeset viewer.