X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/eba4c9b980b8a0ff0953e56975c263bf361f4684..ee952326340b2251b42db34f4823b0495338be86:/floof/controllers/tag.py diff --git a/floof/controllers/tag.py b/floof/controllers/tag.py index 874e605..4f98994 100644 --- a/floof/controllers/tag.py +++ b/floof/controllers/tag.py @@ -19,7 +19,7 @@ class TagController(BaseController): elixir.session.delete(tag) elixir.session.commit() redirect(url('show_art', id=art_id)) - + # TODO: login required def create(self, art_id): c.art = h.get_object_or_404(Art, id=art_id)