add artist when posting
[zzz-floof.git] / floof / model / art.py
index e9d4e44..ff8035a 100644 (file)
@@ -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