diff --git a/mayan/apps/tags/widgets.py b/mayan/apps/tags/widgets.py index f4d84ce61a..19cc26f365 100644 --- a/mayan/apps/tags/widgets.py +++ b/mayan/apps/tags/widgets.py @@ -4,24 +4,6 @@ from django.utils.html import escape from django.utils.safestring import mark_safe -def get_tags_inline_widget(document): - """ - A tag widget that includes the total tag count for a given document - """ - # TODO: merge widgets - tags_template = [] - tag_count = document.tags.count() - if tag_count: - tags_template.append('