Fixes tagging

This commit is contained in:
Mouse Reeve
2020-12-31 08:30:51 -08:00
parent 29ee027f6d
commit a7a586ea90
3 changed files with 25 additions and 7 deletions

View File

@@ -283,11 +283,6 @@ def to_markdown(content):
return sanitizer.get_output()
def handle_tag(user, tag):
''' tag a book '''
broadcast(user, tag.to_add_activity(user))
def handle_untag(user, book, name):
''' tag a book '''
book = models.Book.objects.get(id=book)