X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/cb1976ef371904b45d7961212cd87595a9486284..5a8f3bd86e5fbcdd1ae077b15c17a66de14c091e:/floof/model/art.py diff --git a/floof/model/art.py b/floof/model/art.py index e9d4e44..ff8035a 100644 --- a/floof/model/art.py +++ b/floof/model/art.py @@ -119,7 +119,6 @@ class UserRelation(Entity): super(UserRelation, self).__init__(**kwargs) assert self.user and self.art and self.kind and self.creator - if self.creator == self.user: self.confirmed_by_related_user = True # TODO: implement authorities