alexkisielewicz / photo-adventures

Photo Adventures Website - Portfolio Project #4 (Full-Stack Toolkit) for Diploma in Full Stack Software Development at Code Institute.
https://photo-adventures.herokuapp.com/
3 stars 1 forks source link

[BUG] Posts without placeholder image don't render correctly in template #22

Closed alexkisielewicz closed 1 year ago

alexkisielewicz commented 1 year ago

Describe the bug Bootstrap cards for posts without uploaded images are not displayed correctly.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'index page'
  2. Scroll down to section 'Top 3 liked posts'
  3. See error

Simillar code is used for user dashboard in user_account.html

alexkisielewicz commented 1 year ago

Bug fixed by adding if-else statement to display placeholder if featured_image is not available.