X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/da9dc9c1a060be8de3c13fa308a047b4b57eaaeb..7a76bb2835ed39ac91b74edfb7932349a079ea68:/floof/controllers/relation.py?ds=sidebyside diff --git a/floof/controllers/relation.py b/floof/controllers/relation.py index b1d415d..48e7a46 100644 --- 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 +# 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)