merge stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 26 Aug 2009 14:28:54 +0200
branchstable
changeset 3021 a2d6caa8ff44
parent 3018 e872e57e70d0 (current diff)
parent 3020 36c5f21c8de7 (diff)
child 3022 238ad682bcb7
child 3025 3a65f9b3367c
merge
--- a/web/views/basetemplates.py	Wed Aug 26 14:28:22 2009 +0200
+++ b/web/views/basetemplates.py	Wed Aug 26 14:28:54 2009 +0200
@@ -392,7 +392,7 @@
                                             req._(ChangeLogView.title).lower()))
         self.w(u'<a href="%s">%s</a> | ' % (req.build_url('doc/about'),
                                             req._('about this site')))
-        self.w(u'© 2001-2009 <a href="http://www.logilab.fr">Logilab S.A.</a>')
+        self.w(u'<a href="http://www.cubicweb.org">%s</a>' % req._('powered by CubicWeb'))
         self.w(u'</div>')