1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-09 05:30:19 +02:00

More protection on pages that require authentication

This commit is contained in:
Yohann D'ANELLO
2020-12-22 20:47:43 +01:00
parent 8f742b8e14
commit 205760f2e9
3 changed files with 32 additions and 2 deletions

View File

@ -669,7 +669,7 @@ class TestStudentParticipation(TestCase):
def test_forbidden_access(self):
"""
Load personnal pages and ensure that these are protected.
Load personal pages and ensure that these are protected.
"""
self.user.registration.team = self.team
self.user.registration.save()