The Search Pages is also not working. If I enter a page title and hit
Submit I get:
Traceback (most recent call last):
File "/home/rif/Downloads/web2py/gluon/restricted.py", line 205, in
restricted
exec ccode in environment
File
"/home/rif/Downloads/web2py/applications/hopa/controllers/default.py", line
67, in <module>
File "/home/rif/Downloads/web2py/gluon/globals.py", line 182, in <lambda>
self._caller = lambda f: f()
File
"/home/rif/Downloads/web2py/applications/hopa/controllers/default.py", line
13, in index
return auth.wiki()
File "/home/rif/Downloads/web2py/gluon/tools.py", line 3146, in wiki
return self._wiki.read(slug)['content'] if slug else self._wiki()
File "/home/rif/Downloads/web2py/gluon/tools.py", line 4573, in __call__
return self.search()
File "/home/rif/Downloads/web2py/gluon/tools.py", line 4794, in search
content.append(DIV(T("No results",_class='w2p_wiki_form')))
NameError: global name 'T' is not defined
--