doc/book/en/intro/tutorial/maintemplate.rst
changeset 2544 282261b26774
parent 2535 c7b736929a58
child 2545 f8246ed962f6
equal deleted inserted replaced
2543:19103bdcab36 2544:282261b26774
    87 
    87 
    88 Customize footer
    88 Customize footer
    89 ````````````````
    89 ````````````````
    90 
    90 
    91 If you want to change the footer for example, look
    91 If you want to change the footer for example, look
    92 for HTMLPageFooter and override it in your views file as in: ::
    92 for HTMLPageFooter and override it in your views file as in:
    93 
    93 
    94 ..code-block :: python
    94 .. sourcecode:: python
    95 
    95 
    96   from cubicweb.web.views.basetemplates import HTMLPageFooter
    96   from cubicweb.web.views.basetemplates import HTMLPageFooter
    97 
    97 
    98   class MyHTMLPageFooter(HTMLPageFooter):
    98   class MyHTMLPageFooter(HTMLPageFooter):
    99 
    99