Ignore:
Timestamp:
13 Nov 2014, 16:54:17 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove tools.

rename institution company.

Remove some apis from docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/browser/captcha.py

    r11952 r11954  
    3232    ICaptchaRequest, ICaptchaResponse, ICaptcha, ICaptchaConfig,
    3333    ICaptchaManager)
    34 from waeup.ikoba.interfaces import IInstitution
     34from waeup.ikoba.interfaces import ICompany
    3535
    3636#
     
    322322    # A test page to see a captcha in action
    323323    grok.name('captcha')
    324     grok.context(IInstitution)
     324    grok.context(ICompany)
    325325    grok.require('waeup.Public')
    326326    title = 'Captcha Test'
Note: See TracChangeset for help on using the changeset viewer.