doc/tutorials/base/customizing-the-application.rst
branch3.26
changeset 12442 5f4c835c11e1
parent 12441 e09daf8b1cd4
child 12394 e847b5d1ffff
equal deleted inserted replaced
12441:e09daf8b1cd4 12442:5f4c835c11e1
   411 * we overrode the standard `dc_title` method, used in various place in the interface
   411 * we overrode the standard `dc_title` method, used in various place in the interface
   412   to display the entity (though in this case the default implementation would
   412   to display the entity (though in this case the default implementation would
   413   have had the same result)
   413   have had the same result)
   414 
   414 
   415 * we implemented here a method :meth:`display_cw_logo` which tests if the blog
   415 * we implemented here a method :meth:`display_cw_logo` which tests if the blog
   416   entry title contains 'CW'.  It can then be used when you're writing code
   416   entry title contains 'CubicWeb'. It can then be used when you're writing code
   417   involving 'Community' entities in your views, hooks, etc. For instance, you can
   417   involving 'Community' entities in your views, hooks, etc. For instance, you can
   418   modify your previous views as follows:
   418   modify your previous views as follows:
   419 
   419 
   420 .. sourcecode:: python
   420 .. sourcecode:: python
   421 
   421