web/views/urlrewrite.py
changeset 3589 a5432f99f2d9
parent 3451 6b46d73823f5
parent 3537 73b5bec579ba
child 3629 559cad62c786
--- a/web/views/urlrewrite.py	Wed Sep 30 18:57:42 2009 +0200
+++ b/web/views/urlrewrite.py	Wed Oct 07 12:31:08 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