Skip to content

Commit

Permalink
nu-8
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Mar 28, 2015
1 parent 21a68f2 commit 1c676b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xSACdb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version file, currently manually updated

VERSION = {
'tag': 'nu-8-devel',
'last_updated': 'Dunno',
'tag': 'nu-8',
'last_updated': '2015-03-28',
}
2 changes: 1 addition & 1 deletion xsd_auth/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_full_name(self):

def get_short_name(self):
"Returns the short name for the user."
return self.first_name()
return self.get_first_name()

def get_first_name(self):
return self.memberprofile.first_name
Expand Down

0 comments on commit 1c676b3

Please sign in to comment.