Metron-Project / metron

Django website for a comic book database
https://metron.cloud/
GNU General Public License v3.0
90 stars 7 forks source link

Issue name incorrect for HC & GN #133

Closed bpepple closed 2 years ago

bpepple commented 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.