X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/cb1976ef371904b45d7961212cd87595a9486284..40a5c182712d31d44aeacddd16a457f5ab707de7:/floof/controllers/relation.py diff --git a/floof/controllers/relation.py b/floof/controllers/relation.py index 4139da8..48e7a46 100644 --- a/floof/controllers/relation.py +++ b/floof/controllers/relation.py @@ -7,10 +7,13 @@ from floof.lib.base import BaseController, render log = logging.getLogger(__name__) -from floof.model.art import Art, UserRelation +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)