kjcioffi / django-showtime-plus

Showtime+ is a streamlined platform designed to provide just enough information about movies currently in theaters, all in one place.
https://www.showtime-plus.com/
Mozilla Public License 2.0
2 stars 0 forks source link

Fix released on date in template #24

Closed ryaustin closed 4 months ago

ryaustin commented 4 months ago

Take a look at the template filter used on the release_date attribute in the movie_list template. The released on value is not being rendered on the frontend

Screenshot 2024-06-18 at 12 13 29 PM
kjcioffi commented 4 months ago

Created PR #25 to resolve the issue.