Changeset b7b071c
- Timestamp:
- 04/16/12 00:00:26 (13 months ago)
- 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)
- File:
-
- 1 edited
-
telemeta/views/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/views/base.py
rb752ea6 rb7b071c 1430 1430 user_form.save() 1431 1431 profile_form.save() 1432 return HttpResponseRedirect('/ users/'+username+'/profile/')1432 return HttpResponseRedirect('/accounts/'+username+'/profile/') 1433 1433 else: 1434 1434 user_form = UserChangeForm(instance=user, prefix='user')
Note: See TracChangeset
for help on using the changeset viewer.
