diff --git a/VERSION b/VERSION index 1df6ed33..5ef83a59 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.5.1-stable+timestamp.2013.06.09.16.26.17 +Version 2.5.1-stable+timestamp.2013.06.09.16.30.03 diff --git a/applications/admin/views/appadmin.html b/applications/admin/views/appadmin.html index 2fe1817b..2678e573 100644 --- a/applications/admin/views/appadmin.html +++ b/applications/admin/views/appadmin.html @@ -66,7 +66,7 @@ {{if stop - {{linkto=URL('update',args=request.args[0])}} + {{linkto = lambda f, t, r: URL('update', args=[request.args[0], r, f]) if f else "#"}} {{upload=URL('download',args=request.args[0])}} {{=SQLTABLE(rows,linkto,upload,orderby=True,_class='sortable')}} diff --git a/applications/examples/views/appadmin.html b/applications/examples/views/appadmin.html index 2fe1817b..2678e573 100644 --- a/applications/examples/views/appadmin.html +++ b/applications/examples/views/appadmin.html @@ -66,7 +66,7 @@ {{if stop - {{linkto=URL('update',args=request.args[0])}} + {{linkto = lambda f, t, r: URL('update', args=[request.args[0], r, f]) if f else "#"}} {{upload=URL('download',args=request.args[0])}} {{=SQLTABLE(rows,linkto,upload,orderby=True,_class='sortable')}} diff --git a/applications/welcome/views/appadmin.html b/applications/welcome/views/appadmin.html index 2fe1817b..2678e573 100644 --- a/applications/welcome/views/appadmin.html +++ b/applications/welcome/views/appadmin.html @@ -66,7 +66,7 @@ {{if stop - {{linkto=URL('update',args=request.args[0])}} + {{linkto = lambda f, t, r: URL('update', args=[request.args[0], r, f]) if f else "#"}} {{upload=URL('download',args=request.args[0])}} {{=SQLTABLE(rows,linkto,upload,orderby=True,_class='sortable')}}