doc: update cookie-related comment

This commit is contained in:
Alexis Métaireau 2024-04-16 18:09:31 +02:00
parent 0b5263e5bd
commit 43f5c70cb2
No known key found for this signature in database
GPG key ID: 1C21B876828E5FF2

View file

@ -253,7 +253,7 @@ class Map(NamedModel):
def is_anonymous_owner(self, request):
if not request or self.owner:
# edit cookies are only valid while map hasn't owner
# edit cookies are only valid while the map doesn't have owner
return False
key, value = self.signed_cookie_elements
try: