~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/userservice/__init__.py

Actually set user in userservice/activate_me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
    their acceptance). It must only be called through a POST request.
212
212
    """
213
213
 
 
214
    user = get_user_details(req)
 
215
 
214
216
    try:
215
217
        declaration = fields.getfirst('declaration')
216
218
    except AttributeError: