EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Image field in profile doesn't show error #142

Closed MarkusH closed 10 years ago

MarkusH commented 10 years ago

If a user has uploaded an image to her or his profile, and it doesn't fulfill the current resolution requirements, the form shows an error, but there is no indication that the resolution is wrong.

Thanks for reporting, @d0ugal

zerok commented 10 years ago

When exactly does it show the error? Locally I have the minimum size set to 80x80, uploaded an image, changed the required size to 100x100 and don't see an error anywhere even when I resubmit the form (because the image size is not checked if the user hasn't changed the image; which might be something to change here perhaps).

zerok commented 10 years ago

My bad. Misunderstood the issue here. So basically when the user does upload an image that is too small, no useful error message is presented.