Re: Change password / Log out doesn't work with apache2

2005-11-23 Thread [EMAIL PROTECTED]
I change the base.html, maybe not a good idea, but it works now: -{% trans 'Welcome,' %} {% if user.first_name %}{{ user.first_name }}{% else %}{{ user.username }}{% endif %}. {% block userlinks %}{% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} +{% trans 'Welco

Re: Change password / Log out doesn't work with apache2

2005-11-23 Thread Kenneth Gonsalves
On Thursday 24 Nov 2005 9:45 am, wang bin wrote: > hi, when I trying to setup my project on apache2 with mod_python, > following the document everything seems good except the Change > password / Log out doesn't work. When I click the link I get the > "The requested URL /admin/password_change/ was

Change password / Log out doesn't work with apache2

2005-11-23 Thread wang bin
hi, when I trying to setup my project on apache2 with mod_python, following the document everything seems good except the Change password / Log out doesn't work. When I click the link I get the "The requested URL /admin/password_change/ was not found on this server." Error, could anyone tell me the