projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
posted by me checkbox
[zzz-floof.git]
/
floof
/
controllers
/
relation.py
diff --git
a/floof/controllers/relation.py
b/floof/controllers/relation.py
index
b1d415d
..
48e7a46
100644
(file)
--- a/
floof/controllers/relation.py
+++ b/
floof/controllers/relation.py
@@
-11,6
+11,9
@@
from floof.model import Art, UserRelation
from floof.model.users import User
import elixir
from floof.model.users import User
import elixir
+# TODO!!! Implement adding a related user the same way that it works
+# on the "add new art" page
+
class RelationController(BaseController):
def create(self, art_id, kind):
art = h.get_object_or_404(Art, id=art_id)
class RelationController(BaseController):
def create(self, art_id, kind):
art = h.get_object_or_404(Art, id=art_id)