X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d88dafd94f9bd8316f4828c13ee88bf87552348..41e79f5deff58b34f185c8c7426f505793c1d9c7:/apps/catalogue/views.py?ds=sidebyside 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 = # ====================