doc/book/en/B1060-templates.en.txt
changeset 306 1ed1da008e50
parent 288 487bcc269d50
child 308 73a352526577
--- a/doc/book/en/B1060-templates.en.txt	Mon Dec 29 15:31:32 2008 -0800
+++ b/doc/book/en/B1060-templates.en.txt	Mon Dec 29 15:35:26 2008 -0800
@@ -145,7 +145,7 @@
   class MyHTMLPageFooter(HTMLPageFooter):
       def call(self, **kwargs):
           self.w(u'<div class="footer">')
-          self.w(u'This website has been created with <a href="http://lax.logilab.org">LAX</a>.')
+          self.w(u'This website has been created with <a href="http://cubicweb.org">CubicWeb</a>.')
           self.w(u'</div>')
 
 Updating a view does not require any restart of the server. By reloading