projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add artist when posting
[zzz-floof.git]
/
floof
/
model
/
art.py
diff --git
a/floof/model/art.py
b/floof/model/art.py
index
e9d4e44
..
ff8035a
100644
(file)
--- 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