synopsis: | user-centric views for askbot |
---|
This module includes all views that are specific to a given user - his or her profile, and other views showing profile-related information.
Also this module includes the view listing all forum users.
View that allows to edit user profile. This view is accessible to profile owners or site administrators
Main user view function that works as a switchboard
id - id of the profile owner
todo: decide what to do with slug - it is not used in the code in any way
user subview for moderation
We list answers for question, comments, and answer accepted by others for this user. as well as mentions of the user
user - the profile owner