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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-02-25 23:33:27 UTC
  • Revision ID: grantw@unimelb.edu.au-20090225233327-8ugngtlk95liy19r
Tags: 0.1.9.1
Display a message in UserSettingsView if the user is an admin, rather than
the role, which is gone.

(Google Code issue 102)

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
user_fields_list = (
163
163
    "login", "state", "unixid", "email", "nick", "fullname",
164
164
    "admin", "studentid", "acct_exp", "pass_exp", "last_login",
165
 
    "svn_pass"
 
165
    "svn_pass", "admin",
166
166
)
167
167
 
168
168
class UserServiceView(BaseView):