fixt #334. Let the anonymous user see the assignments by default
This commit is contained in:
parent
998fb3e1ee
commit
008c743650
@ -67,7 +67,7 @@ class GeneralConfig(FormView):
|
|||||||
anonymous = Group.objects.get(name='Anonymous')
|
anonymous = Group.objects.get(name='Anonymous')
|
||||||
except Group.DoesNotExist:
|
except Group.DoesNotExist:
|
||||||
default_perms = [u'can_see_agenda', u'can_see_projector',
|
default_perms = [u'can_see_agenda', u'can_see_projector',
|
||||||
u'can_see_application']
|
u'can_see_application', 'can_see_assignment']
|
||||||
anonymous = Group()
|
anonymous = Group()
|
||||||
anonymous.name = 'Anonymous'
|
anonymous.name = 'Anonymous'
|
||||||
anonymous.save()
|
anonymous.save()
|
||||||
|
Loading…
Reference in New Issue
Block a user