app/soc/views/user/profile.py
changeset 446 0b479d573a4c
parent 445 31927f21970d
child 448 075360be6743
equal deleted inserted replaced
445:31927f21970d 446:0b479d573a4c
    66       raise forms.ValidationError("This link name is already in use.")
    66       raise forms.ValidationError("This link name is already in use.")
    67 
    67 
    68     return link_name
    68     return link_name
    69 
    69 
    70 
    70 
    71 DEF_USER_PROFILE_EDIT_TMPL = 'soc/user/profile/edit.html'
    71 DEF_USER_PROFILE_EDIT_TMPL = 'soc/user/edit_self.html'
    72 
    72 
    73 SUBMIT_MSG_PARAM_NAME = 's'
    73 SUBMIT_MSG_PARAM_NAME = 's'
    74 
    74 
    75 SUBMIT_MESSAGES = (
    75 SUBMIT_MESSAGES = (
    76   ugettext_lazy('Profile saved.'),
    76   ugettext_lazy('Profile saved.'),