web/views/basetemplates.py
branchstable
changeset 8485 8de41063d629
parent 8326 2e793b2cdb57
child 8697 574bb05e40a4
--- a/web/views/basetemplates.py	Fri Jul 20 10:57:48 2012 +0200
+++ b/web/views/basetemplates.py	Fri Jul 20 11:31:34 2012 +0200
@@ -449,7 +449,7 @@
 
     def form_action(self):
         if self.action is None:
-            # reuse existing redirection if it exist
+            # reuse existing redirection if it exists
             target = self._cw.form.get('postlogin_path',
                                        self._cw.relative_path())
             url_args = {}