Ignore:
Timestamp:
10 Mar 2015, 10:53:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Add 'Register' link to self-registration page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/customersitelayout.pt

    r12192 r12706  
    3838      <li tal:condition="not: layout/isAuthenticated">
    3939      <a href="#" i18n:translate=""
    40          tal:attributes="href python: view.url(layout.site, 'login')">
     40         tal:attributes="href python: view.url(layout.site, '@@login')">
    4141          Login
     42      </a>
     43      </li>
     44      <li tal:condition="not: layout/isAuthenticated">
     45      <a href="#" i18n:translate=""
     46          tal:attributes="href python: view.url(layout.site, '@@createaccount')">
     47          Register
    4248      </a>
    4349      </li>
Note: See TracChangeset for help on using the changeset viewer.