differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

show image thumbnail in edit form #25

Open differentreality opened 6 years ago

differentreality commented 6 years ago

When an image exists, and we are editing an item, we should show a thumbnail of the existing image. Otherwise it seems like there is no image uploaded.

angeanto commented 6 years ago

Currently it only shows the name of image file for each one model.

differentreality commented 6 years ago

Not everywhere. Check items#edit

angeanto commented 6 years ago

I still see the name of the file , although we have to show thumbnail.

angeanto commented 6 years ago

When click on image string it shows the image for every model . Show directly ( when edit ) the image is the ideal scenario . Although this isn't in high priority . I'll take it after completing more important issues and tasks .