Ignore:
Timestamp:
Dec 23, 2011, 8:31:50 AM (13 years ago)
Author:
rick
Message:

Correct annoying typo in naming of the acces*s* point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/home.html

    r9816 r9819  
    4747          <select id="select_node" style="width:104px"></select> Node<br />
    4848          <select id="select_nodetype" style="width:104px">
    49             <option value="accespoint__ssid__icontains=ap-WirelessLeiden">WL Nodes</option>
    50             <option value="accespoint__ssid__icontains=WirelessLeiden">WL Nodes &amp; WL InterLinks</option>
     49            <option value="accesspoint__ssid__icontains=ap-WirelessLeiden">WL Nodes</option>
     50            <option value="accesspoint__ssid__icontains=WirelessLeiden">WL Nodes &amp; WL InterLinks</option>
    5151            <option value="">Alle AccessPoints (ook niet WL)</option>
    5252          </select> Type<br />
Note: See TracChangeset for help on using the changeset viewer.