Kallithea issues archive

Issue #3: HTTP 500 when admin tries to edit another user's properties

Reported by:
State: resolved
Created on: 2014-07-06 01:09
Updated on: 2014-07-14 19:28

Description

For my case, I was logged in as admin and was trying to change another user's password. Here's the relevant bit from the stacktrace:

File '/opt/kallithea/data/templates/admin/users/user_edit_profile.html.py', line 74 in render_body
  if c.extern_type != c.EXTERN_TYPE_INTERNAL:
AttributeError: 'ContextObj' object has no attribute 'EXTERN_TYPE_INTERNAL'

Attachments

Comments

Comment by Mads Kiilerich, on 2014-07-14 16:25

Do you have the full stack trace?

Comment by Mads Kiilerich, on 2014-07-14 19:28