removed unused code, small fixes

This commit is contained in:
Jonas Winkler
2020-11-02 18:20:04 +01:00
parent 818be29c67
commit a89773ad71
10 changed files with 19 additions and 94 deletions

View File

@@ -75,7 +75,6 @@ class DocumentAdmin(admin.ModelAdmin):
def tags_(self, obj):
r = ""
for tag in obj.tags.all():
colour = tag.get_colour_display()
r += self._html_tag(
"span",
tag.slug + ", "