From c115ea59a0ecb43061df4dc9c7669dd6ddac5818 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 22 Nov 2012 21:48:49 +0100 Subject: [PATCH] Fixed typo in comment. --- openslides/participant/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/participant/models.py b/openslides/participant/models.py index 14758a16d..3868849be 100644 --- a/openslides/participant/models.py +++ b/openslides/participant/models.py @@ -142,7 +142,7 @@ class Group(DjangoGroup, PersonMixin, Person, SlideMixin): @models.permalink def get_absolute_url(self, link='view'): """ - Return the URL to this user. + Return the URL to this user group. link can be: * view