Skip to content

Commit

Permalink
refactor(cantusindex): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarchd01 committed Jun 17, 2024
1 parent 971a744 commit f7755c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/cantusdb_project/main_app/views/chant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7755c2

Please sign in to comment.