Changeset b7b071c


Ignore:
Timestamp:
04/16/12 00:00:26 (13 months ago)
Author:
yomguy <yomguy@…>
Branches:
master, crem, crem2, dev, diadems, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
Children:
ae93183
Parents:
29354d2
git-author:
yomguy <yomguy@…> (04/16/12 00:00:26)
git-committer:
yomguy <yomguy@…> (04/16/12 00:00:26)
Message:

fix account edit post response

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/views/base.py

    rb752ea6 rb7b071c  
    14301430                user_form.save() 
    14311431                profile_form.save() 
    1432                 return HttpResponseRedirect('/users/'+username+'/profile/') 
     1432                return HttpResponseRedirect('/accounts/'+username+'/profile/') 
    14331433        else: 
    14341434            user_form = UserChangeForm(instance=user, prefix='user') 
Note: See TracChangeset for help on using the changeset viewer.