Open nekki opened 7 years ago
Hey There
You'll likely not want to use the autoform package to render the image if you're not rendering a form. Call the file directly from cloudinary, just with a URL.
Let me know if that doesn't make sense, but really you should only use the form input for insert / update views.
Hello, I have added a profile picture to my edit_profile page using autoform, (it works nice). But I have an other page user_profile page to display user profile to other users (update disabled), but I have under the profile image the remove link (even if the page is rendered in update disabled mode). Can you explain us how can display "remove link" on picture only if the page is in update mode.
many thanks in advance.