diff --git a/views.py b/views.py index 49cc166344cb73d034d6d2850a3168595cd23a8e_dmlld3MucHk=..7b74324e38bf40e3da970c2bd7b3478d35626483_dmlld3MucHk= 100644 --- a/views.py +++ b/views.py @@ -212,7 +212,7 @@ def propose_to_login(self): self.w(u'<div class="warning">%s ' % self._cw._('You are not authenticated. Your comment will be anonymous if you do not <a onclick="showLoginBox()">login</a>.')) if 'registration' in self._cw.vreg.config.cubes(): - self.w(self.cw._(u' If you have no account, you may want to <a href="%s">create one</a>.') + self.w(self._cw._(u' If you have no account, you may want to <a href="%s">create one</a>.') % self._cw.build_url('register')) self.w(u'</div>')