X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/199ba2f0ed2a8abdceddadd17e27d0f541f600c9..b4497f656baaee3053895d2b4060f26542e69ffe:/apps/catalogue/views.py diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index e79e5d4e0..0e146fd90 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -351,7 +351,6 @@ def tags_starting_with(request): return HttpResponse('\n'.join(tag.name for tag in _tags_starting_with(prefix, request.user))) - # ==================== # = Shelf management = # ====================