web/views/basetemplates.py
changeset 10510 51321946da37
parent 10322 d7c33cbdce8b
child 10666 7f6b5f023884
child 11371 2cc16363d6a3
equal deleted inserted replaced
10509:e8ac062d4b20 10510:51321946da37
   488 
   488 
   489     onclick_args =  ('popupLoginBox', '__login')
   489     onclick_args =  ('popupLoginBox', '__login')
   490 
   490 
   491 
   491 
   492 class LogFormView(View):
   492 class LogFormView(View):
   493     # XXX an awfull lot of hardcoded assumptions there
   493     # XXX an awful lot of hardcoded assumptions there
   494     #     makes it unobvious to reuse/specialize
   494     #     makes it unobvious to reuse/specialize
   495     __regid__ = 'logform'
   495     __regid__ = 'logform'
   496     __select__ = match_kwargs('id', 'klass')
   496     __select__ = match_kwargs('id', 'klass')
   497 
   497 
   498     title = 'log in'
   498     title = 'log in'