add a note
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Oct 2009 18:21:24 +0200
changeset 3661 12ea53a4c0da
parent 3660 7b41a6ba7400
child 3674 387d51af966d
add a note
web/views/basetemplates.py
--- 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')