web/views/actions.py
changeset 6459 7f46ec158c48
parent 6363 b9ec8ebc187a
child 6691 17208a358bb1
equal deleted inserted replaced
6458:e4eb95d86172 6459:7f46ec158c48
   405     __regid__ = 'poweredby'
   405     __regid__ = 'poweredby'
   406     __select__ = yes()
   406     __select__ = yes()
   407 
   407 
   408     category = 'footer'
   408     category = 'footer'
   409     order = 3
   409     order = 3
   410     title = _('powered by CubicWeb')
   410     title = _('Powered by CubicWeb')
   411 
   411 
   412     def url(self):
   412     def url(self):
   413         return 'http://www.cubicweb.org'
   413         return 'http://www.cubicweb.org'
   414 
   414 
   415 class GotRhythmAction(action.Action):
   415 class GotRhythmAction(action.Action):