using anchor in views/templates

2007-05-04 Thread babis
hey everyone, i have a question/problem.. in my template i have defined some anchors like this Header so, how can one jump to those anchor positions frow within a view. my view looks like this def theview(request): template = 'thetemplate.html' form = TheForm() --~--~-~--~

Re: using anchor in views/templates

2007-05-04 Thread babis
sorry, ignore the first message :) hey everyone, i have a question/problem.. in my template i have defined some anchors like this Header so, how can one jump to those anchor positions frow within a view. my view looks like this def theview(request): template = 'thetemplate.html' p

Re: using anchor in views/templates

2007-05-04 Thread babis
so i have to use the HttpResponseRedirect() class, right? I am not very familiar with this class and its handling, can i pass it arguments like those i pass to an template? how can i use my template with redirects. Would you please so kind and send some code snippets On May 4, 9:45 am, babis

Re: using anchor in views/templates

2007-05-04 Thread babis
Thank you so mutch best regards On May 4, 10:30 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2007-05-04 at 01:22 -0700, babis wrote: > > so i have to use the HttpResponseRedirect() class, right? > > Yes, that's correct. > > > > > I am

Re: using anchor in views/templates

2007-05-04 Thread babis
hor-var', 'configs' : confs, } l = loader.get_template(template) c = Context(param) return HttpResponse(l.render(c)) thank you again... best regards On May 4, 10:40 am, babis <[EMAIL PROTECTED]> wrote: > Thank you so mutch > > best regards >