diff --git a/django/cantusdb_project/main_app/views/chant.py b/django/cantusdb_project/main_app/views/chant.py index b1825ecb4..29e41db5d 100644 --- a/django/cantusdb_project/main_app/views/chant.py +++ b/django/cantusdb_project/main_app/views/chant.py @@ -900,7 +900,6 @@ def get_context_data(self, **kwargs): genre.append(result["genre"]) full_text.append(result["fulltext"]) - # for looping through three lists in template, we have to zip it here if len(cantus_id) == 0: context["results"] = [["No results", "No results", "No results"]] else: