X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fa0414cf62aaa1e72c02b1b12567dddfcfcd12d2..41e79f5deff58b34f185c8c7426f505793c1d9c7:/apps/catalogue/views.py diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 0adce195a..4476fd266 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -375,7 +375,6 @@ def tags_starting_with(request): return HttpResponse('\n'.join(tag.name for tag in _tags_starting_with(prefix, request.user))) - # ==================== # = Shelf management = # ====================