Skip to content

Commit

Permalink
Changing index on position that was over max length.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansyoung committed Feb 1, 2014
1 parent c6727b8 commit b2ce3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/authentication/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
('medlem', _(u'Medlem')),
('leder', _(u'Leder')),
('nestleder', _(u'Nestleder')),
('okonomiansvarlig', _(u'Økonomiansvarlig')),
('okoans', _(u'Økonomiansvarlig')),
]

class OnlineUser(AbstractUser):
Expand Down

0 comments on commit b2ce3b0

Please sign in to comment.