2008/10/4 KillaBee <[EMAIL PROTECTED]>: >> And, if yes how to manage "request" parameter in this custom tag? >> All examples I've seen, use a dedicated page for login (tipically / >> accounts/login/), I mean a dedicated view. >> I hope my question is clear. Sorry if it's a silly question, but I'm a >> django newbie.
It's not a django question, it's html. You can add an html form that has as action the accounts/login page and next_url to the current page. -- Alessandro Ronchi Skype: aronchi http://www.alessandroronchi.net SOASI Soc.Coop. - www.soasi.com Sviluppo Software e Sistemi Open Source Sede: Via Poggiali 2/bis, 47100 Forlì (FC) Tel.: +39 0543 798985 - Fax: +39 0543 579928 Rispetta l'ambiente: se non ti è necessario, non stampare questa mail --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

