changeset 3661 | 12ea53a4c0da |
parent 3659 | 993997b4b41d |
child 3890 | d7a270f50f54 |
--- a/web/views/basetemplates.py Tue Oct 13 18:21:11 2009 +0200 +++ b/web/views/basetemplates.py Tue Oct 13 18:21:24 2009 +0200 @@ -504,6 +504,7 @@ def login_form(self, id): _ = self._cw._ + # XXX turn into a form self.w(u'<form method="post" action="%s" id="login_form">\n' % xml_escape(login_form_url(self._cw.vreg.config, self._cw))) self.w(u'<table>\n')