mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Fix whitespace
This commit is contained in:
@ -12,7 +12,7 @@ class ContributorType(models.Model):
|
||||
|
||||
def __unicode__(self):
|
||||
return self.typename
|
||||
|
||||
|
||||
class Meta:
|
||||
ordering = ('sortorder',)
|
||||
|
||||
@ -32,6 +32,6 @@ class Contributor(models.Model):
|
||||
|
||||
def __unicode__(self):
|
||||
return "%s %s" % (self.firstname, self.lastname)
|
||||
|
||||
|
||||
class Meta:
|
||||
ordering = ('lastname', 'firstname',)
|
||||
|
Reference in New Issue
Block a user