Revision f73fc886

b/snf-astakos-app/astakos/im/views/im.py
104 104
    extra_context = extra_context or {}
105 105
    template_name = login_template_name
106 106
    if request.user.is_authenticated():
107
        return HttpResponseRedirect(reverse('astakos.im.views.edit_profile'))
107
        return HttpResponseRedirect(reverse('landing'))
108 108

  
109 109
    third_party_token = request.GET.get('key', False)
110 110
    if third_party_token:

Also available in: Unified diff