web/views/urlrewrite.py
branchstable
changeset 3537 73b5bec579ba
parent 2748 d2fcf19bfb34
child 3589 a5432f99f2d9
child 3592 4c08780e54ed
--- a/web/views/urlrewrite.py	Wed Sep 30 17:57:02 2009 +0200
+++ b/web/views/urlrewrite.py	Wed Sep 30 18:53:18 2009 +0200
@@ -169,6 +169,8 @@
             match = inputurl.match(uri)
             for key in formgroups:
                 form2[key] = match.group(key)
+        if "vtitle" in form2:
+            form2['vtitle'] = req._(form2['vtitle'])
         if form2:
             req.form.update(form2)
         return controller, rset