Re: Bug in Admin's Change Password form

2007-03-03 Thread Todd O'Bryan
And almost immediately marked as a duplicate. :-) Guess I should read through all of my mail before acting on any of it. On Sat, 2007-03-03 at 08:52 -0500, Todd O'Bryan wrote: > Done. #3645 > > On Fri, 2007-03-02 at 16:38 -0800, Simon G. wrote: > > Hi Todd, > > > > Can you drop by code.djangop

Re: Bug in Admin's Change Password form

2007-03-03 Thread Todd O'Bryan
Done. #3645 On Fri, 2007-03-02 at 16:38 -0800, Simon G. wrote: > Hi Todd, > > Can you drop by code.djangoproject.com and create a ticket for this, > so we don't lose trac (sorry) of it. > > Thanks :) > Simon G. > > > > --~--~-~--~~~---~--~~ You received this

Re: Bug in Admin's Change Password form

2007-03-02 Thread Gary Wilson
On Mar 2, 10:24 pm, "Simon G." <[EMAIL PROTECTED]> wrote: > I thought #3579 was more of a generic thing, but well spotted Gary! Yes, I just changed the title to, what I think, better convey the intention of poster of the ticket. --~--~-~--~~~---~--~~ You received

Re: Bug in Admin's Change Password form

2007-03-02 Thread Simon G.
I thought #3579 was more of a generic thing, but well spotted Gary! -Simon On Mar 3, 5:21 pm, "Gary Wilson" <[EMAIL PROTECTED]> wrote: > On Mar 2, 6:38 pm, "Simon G." <[EMAIL PROTECTED]> wrote: > > > Can you drop by code.djangoproject.com and create a ticket for this, > > so we don't lose trac (

Re: Bug in Admin's Change Password form

2007-03-02 Thread Gary Wilson
On Mar 2, 6:38 pm, "Simon G." <[EMAIL PROTECTED]> wrote: > Can you drop by code.djangoproject.com and create a ticket for this, > so we don't lose trac (sorry) of it. Actually, we already have one: http://code.djangoproject.com/ticket/3579 I have also referenced this thread in the ticket so that

Re: Bug in Admin's Change Password form

2007-03-02 Thread Simon G.
Hi Todd, Can you drop by code.djangoproject.com and create a ticket for this, so we don't lose trac (sorry) of it. Thanks :) Simon G. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To p

Bug in Admin's Change Password form

2007-03-02 Thread Todd O'Bryan
I think I've found a bug in the admin's Change Password form. Here's the call to render the template from the user_change_password function in django.contrib.admin.views.auth: return render_to_response('admin/auth/user/change_password.html', { 'title': _('Change password: %s') % esca