Will you add the mod to admin app? Richard
On Tue, Aug 16, 2011 at 12:20 PM, Anthony <[email protected]> wrote: > On Tuesday, August 16, 2011 12:18:53 PM UTC-4, Anthony wrote: >> >> In URL(), args and vars are url encoded. Instead, use the anchor argument: >> >> URL('design',args=app,anchor='**#languages') >> >> > > Sorry, that should be: > > URL('design',args=app,anchor='languages') > > It will add the '#' for you. > > Anthony >

