Closed bpepple closed 2 years ago
Describe the bug The issue lists for character & creator detail views doesn't correctly identify whether the series is a Hard Cover or Graphic Nove
Expected behavior Appends the correct identifier (GN or HC) to the issue name.
Additional context Either need to add if statements to the appropriate templates or better yet use the __str__ for series in the template.
__str__
Describe the bug The issue lists for character & creator detail views doesn't correctly identify whether the series is a Hard Cover or Graphic Nove
Expected behavior Appends the correct identifier (GN or HC) to the issue name.
Additional context Either need to add if statements to the appropriate templates or better yet use the
__str__
for series in the template.