Try to get github to re-run checks
This commit is contained in:
@ -212,7 +212,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||||||
try:
|
try:
|
||||||
self.groups.add(Group.objects.get(name='editor'))
|
self.groups.add(Group.objects.get(name='editor'))
|
||||||
except Group.DoesNotExist:
|
except Group.DoesNotExist:
|
||||||
# this should never happen except in tests
|
# this should only happen in tests
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# create keys and shelves for new local users
|
# create keys and shelves for new local users
|
||||||
|
Reference in New Issue
Block a user