changeset 290 | 2a92b866ed40 |
parent 274 | 56e1c1721299 |
child 294 | 1fdaab4a6ef2 |
--- a/app/soc/views/site/user/profile.py Thu Oct 09 13:56:42 2008 +0000 +++ b/app/soc/views/site/user/profile.py Thu Oct 09 15:10:51 2008 +0000 @@ -303,7 +303,7 @@ # referrer was us, so select which submit message to display # (may display no message if ?s=0 parameter is not present) - context['submit_message'] = ( + context['notice'] = ( helper.requests.getSingleIndexedParamValue( request, profile.SUBMIT_MSG_PARAM_NAME, values=profile.SUBMIT_MESSAGES))