Ignore:
Timestamp:
12 Aug 2010, 17:02:47 (14 years ago)
Author:
Henrik Bettermann
Message:

Fix URL of search and contactadmin form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-contactforms/src/waeup/sirp/browser/templates/sitelayout.pt

    r5427 r5429  
    5454              <li>
    5555                <a href="#"
    56                    tal:attributes="href python: view.url(context,
     56                   tal:attributes="href python: view.url(layout.site,
    5757                   '@@search')">Search</a>
    5858              </li>
    5959              <li>
    6060                <a href="#"
    61                    tal:attributes="href python: view.url(context,
     61                   tal:attributes="href python: view.url(layout.site,
    6262                   '@@contactadmin')">Contact</a>
    6363              </li>
Note: See TracChangeset for help on using the changeset viewer.