Skip to content

Commit

Permalink
fix(source): remove commented "(fragment)" lines from short_heading p…
Browse files Browse the repository at this point in the history
…roperty
  • Loading branch information
dchiller committed Nov 8, 2024
1 parent 9a5b483 commit 4470267
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django/cantusdb_project/main_app/models/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,4 @@ def short_heading(self) -> str:

title.append(self.shelfmark)

# if self.source_completeness == self.SourceCompletenessChoices.FRAGMENT:
# title.append("(fragment)")

return " ".join(title)

0 comments on commit 4470267

Please sign in to comment.