... if not can show a default image from static file as follows {% if user.profile.image %} <img src="{{ user.profile.image.url }}"> {% else ...
確定! 回上一頁